mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-24 14:58:44 +01:00
args: Added -g to skip using oomox.
This commit is contained in:
parent
1e5b311d0a
commit
92976d7207
@ -35,6 +35,7 @@ def oomox():
|
||||
|
||||
if shutil.which("oomox-cli"):
|
||||
print("reload: Waiting for oomox...")
|
||||
print("reload: Use -g to skip running oomox.")
|
||||
subprocess.run(["oomox-cli", "-o", "wal", oomox_file],
|
||||
stdout=subprocess.DEVNULL)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user