From 49570c8dd03448240897b37b68567352b790f16f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 8 Oct 2023 12:09:20 -0400 Subject: convert to stow --- i3status/.config/i3status/config | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 i3status/.config/i3status/config (limited to 'i3status') diff --git a/i3status/.config/i3status/config b/i3status/.config/i3status/config new file mode 100644 index 0000000..e7ff076 --- /dev/null +++ b/i3status/.config/i3status/config @@ -0,0 +1,32 @@ +general { + output_format = i3bar + interval = 1 +} + +order += "cpu_usage" +order += "wireless wlan0" +order += "battery 0" +order += "time" +order += "load" + +cpu_usage { + format = "CPU: %usage" +} + +wireless wlan0 { + format_up = "wlan0: (%essid: %quality)" + format_down = "wlan0" +} + +battery 0 { + last_full_capacity = true + format = "%status %percentage (%remaining %consumption)" +} + +time { + format = "%a %b %d %H:%M:%S" +} + +load { + format = "%1min" +} -- cgit v1.2.3-54-g00ecf