diff options
author | Raul Benencia <rul@kalgan.cc> | 2020-01-09 08:21:48 -0800 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2020-01-09 08:21:48 -0800 |
commit | 78a07dd0e3fe45ed1ef41b48f90b885d24873733 (patch) | |
tree | 0271ba9f40ae111ef7a1cb1952280f400edc47c8 /.config/i3 | |
parent | 1608fd4c0654f2060a2fa7c8540b7446db3249be (diff) |
add i3status
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/i3status.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/i3/i3status.conf b/.config/i3/i3status.conf new file mode 100644 index 0000000..c4a2ae6 --- /dev/null +++ b/.config/i3/i3status.conf @@ -0,0 +1,15 @@ +battery_level { + battery_id = "all" + notification = True + notify_low_level = True + format = "{percent}" +} + +py3status { + nagbar_font = 'pango:Ubuntu Mono 12' +} + +order += "pomodoro" +order += "keyboard_layout" +order += "battery_level" +order += "time" |