mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-02-03 12:00:21 +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"):
|
if shutil.which("oomox-cli"):
|
||||||
print("reload: Waiting for oomox...")
|
print("reload: Waiting for oomox...")
|
||||||
|
print("reload: Use -g to skip running oomox.")
|
||||||
subprocess.run(["oomox-cli", "-o", "wal", oomox_file],
|
subprocess.run(["oomox-cli", "-o", "wal", oomox_file],
|
||||||
stdout=subprocess.DEVNULL)
|
stdout=subprocess.DEVNULL)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user