diff options
-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" |