mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-20 16:20:53 +02:00
reload: Try to reload polybar
This commit is contained in:
parent
84b37251fe
commit
f4bf551215
@ -20,8 +20,15 @@ def reload_i3():
|
|||||||
util.disown("i3-msg", "reload")
|
util.disown("i3-msg", "reload")
|
||||||
|
|
||||||
|
|
||||||
|
def reload_polybar():
|
||||||
|
"""Reload polybar colors."""
|
||||||
|
if shutil.which("polybar"):
|
||||||
|
util.disown("pkill", "-USR1", "polybar")
|
||||||
|
|
||||||
|
|
||||||
def reload_env():
|
def reload_env():
|
||||||
"""Reload environment."""
|
"""Reload environment."""
|
||||||
reload_xrdb()
|
reload_xrdb()
|
||||||
reload_i3()
|
reload_i3()
|
||||||
|
reload_polybar()
|
||||||
print("reload: Reloaded environment.")
|
print("reload: Reloaded environment.")
|
||||||
|
Loading…
Reference in New Issue
Block a user