diff options
author | neodarz <neodarz@neodarz.net> | 2019-02-02 21:59:34 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-02-02 21:59:34 +0100 |
commit | d0a2f2b73668edef9ee04b82663e856c41df7a91 (patch) | |
tree | de28f36385de9bcd22939dd28cec2180320bf2c9 | |
parent | 3b13c761b207b8050d10060ba3778236af380fb7 (diff) | |
download | dotfiles_ascii-d0a2f2b73668edef9ee04b82663e856c41df7a91.tar.xz dotfiles_ascii-d0a2f2b73668edef9ee04b82663e856c41df7a91.zip |
Remove unuse get_volume script
Diffstat (limited to '')
-rw-r--r-- | i3pystatus/.config/i3pystatus/conf.py | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/i3pystatus/.config/i3pystatus/conf.py b/i3pystatus/.config/i3pystatus/conf.py index 7ba2249..1d7f4c5 100644 --- a/i3pystatus/.config/i3pystatus/conf.py +++ b/i3pystatus/.config/i3pystatus/conf.py @@ -217,14 +217,14 @@ status.register("text", text="|", hints = {"separator": False, "separator_block_width": 0},) -status.register("shell", - command="sh ~/.config/i3pystatus/get_volume.sh", - interval=1, - hints = {"separator": False, "separator_block_width": 0},) - -status.register("text", - text="|", - hints = {"separator": False, "separator_block_width": 0},) +#status.register("shell", +# command="sh ~/.config/i3pystatus/get_volume.sh", +# interval=1, +# hints = {"separator": False, "separator_block_width": 0},) +# +#status.register("text", +# text="|", +# hints = {"separator": False, "separator_block_width": 0},) status.register("redshift", hints = {"separator": False, "separator_block_width": 0},) |