diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-04 21:16:55 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-04 21:16:55 +0200 |
commit | 896a5a082f9948b7af24e12d7eb6e319b4e179cd (patch) | |
tree | 61a0249a08fd8cc4f94446492af7f9ce2d49b2ec /dotfiles/config | |
parent | 67792863829f331e016b630507c13a3e4b0677eb (diff) | |
download | dotfiles_dotdrop-896a5a082f9948b7af24e12d7eb6e319b4e179cd.tar.xz dotfiles_dotdrop-896a5a082f9948b7af24e12d7eb6e319b4e179cd.zip |
Re add removed headset battery status
Diffstat (limited to 'dotfiles/config')
-rw-r--r-- | dotfiles/config/i3pystatus/conf.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dotfiles/config/i3pystatus/conf.py b/dotfiles/config/i3pystatus/conf.py index 9a484b4..f03975e 100644 --- a/dotfiles/config/i3pystatus/conf.py +++ b/dotfiles/config/i3pystatus/conf.py @@ -231,6 +231,17 @@ status.register("text", # text="|", # hints = {"separator": False, "separator_block_width": 0},) +status.register("shell", + command="python ~/.config/i3pystatus/headset.py", + 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},) |