aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-04 21:16:55 +0200
committerneodarz <neodarz@neodarz.net>2019-09-04 21:16:55 +0200
commit896a5a082f9948b7af24e12d7eb6e319b4e179cd (patch)
tree61a0249a08fd8cc4f94446492af7f9ce2d49b2ec /dotfiles
parent67792863829f331e016b630507c13a3e4b0677eb (diff)
downloaddotfiles-896a5a082f9948b7af24e12d7eb6e319b4e179cd.tar.xz
dotfiles-896a5a082f9948b7af24e12d7eb6e319b4e179cd.zip
Re add removed headset battery status
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/config/i3pystatus/conf.py11
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},)