mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-10 07:58:12 +01:00
tests: Fix test
This commit is contained in:
parent
b299f7b3fd
commit
2a8c65ea07
@ -48,7 +48,7 @@ def i3():
|
|||||||
def polybar():
|
def polybar():
|
||||||
"""Reload polybar colors."""
|
"""Reload polybar colors."""
|
||||||
if shutil.which("polybar"):
|
if shutil.which("polybar"):
|
||||||
util.disown("pkill", "-USR1", "polybar")
|
util.disown(["pkill", "-USR1", "polybar"])
|
||||||
|
|
||||||
|
|
||||||
def env(xrdb_file=None):
|
def env(xrdb_file=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user