mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-12-01 12:24:36 +01:00
gtk: Added oomox support.
This commit is contained in:
parent
7d59ae5e85
commit
2608ce5269
@ -35,7 +35,8 @@ def gtk():
|
|||||||
|
|
||||||
if shutil.which("oomox-cli"):
|
if shutil.which("oomox-cli"):
|
||||||
print("reload: Waiting for oomox...")
|
print("reload: Waiting for oomox...")
|
||||||
subprocess.run(["oomox-cli", oomox_file], stdout=subprocess.DEVNULL)
|
subprocess.run(["oomox-cli", "-o", "wal", oomox_file],
|
||||||
|
stdout=subprocess.DEVNULL)
|
||||||
|
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user