From 78a07dd0e3fe45ed1ef41b48f90b885d24873733 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 9 Jan 2020 08:21:48 -0800 Subject: add i3status --- .config/i3/i3status.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .config/i3/i3status.conf (limited to '.config/i3') 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" -- cgit v1.2.3