mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-29 11:24:03 +01:00
Theme is optional for GTK refresh
I thought maybe that specific theme could be optional for running the reload script.
This commit is contained in:
parent
1f1c21e788
commit
524b52dee5
@ -32,11 +32,11 @@ def gtk():
|
|||||||
# Here we call a Python 2 script to reload the GTK themes.
|
# Here we call a Python 2 script to reload the GTK themes.
|
||||||
# This is done because the Python 3 GTK/Gdk libraries don't
|
# This is done because the Python 3 GTK/Gdk libraries don't
|
||||||
# provide a way of doing this.
|
# provide a way of doing this.
|
||||||
if shutil.which("python2"):
|
if shutil.which("python2"):
|
||||||
util.disown(["python2", MODULE_DIR / "scripts" / "gtk_reload.py"])
|
util.disown(["python2", MODULE_DIR / "scripts" / "gtk_reload.py"])
|
||||||
|
|
||||||
else:
|
else:
|
||||||
print("warning: GTK2 reload support requires Python 2.")
|
print("warning: GTK2 reload support requires Python 2.")
|
||||||
|
|
||||||
|
|
||||||
def i3():
|
def i3():
|
||||||
|
Loading…
Reference in New Issue
Block a user