mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-17 17:50:56 +02:00
tests: Fix test
This commit is contained in:
@ -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):
|
||||||
|
Reference in New Issue
Block a user