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