From 577ff7f0c4bafe9bf61c22e75156a8b509d75310 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 13 Jun 2024 21:49:46 -0500 Subject: Add other programs --- config/i3status/config | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 config/i3status/config (limited to 'config/i3status') diff --git a/config/i3status/config b/config/i3status/config new file mode 100644 index 0000000..e59aeb6 --- /dev/null +++ b/config/i3status/config @@ -0,0 +1,34 @@ +# i3status config + +general { + output_format = "i3bar" +} + +order += "volume master" +order += "wireless wlan0" +order += "battery all" +order += "cpu_usage" +order += "time" + +volume "master" { + device = "default" + mixer = "Master" +} + +wireless "wlan0" { + format_up = "%essid %quality" + format_down = "[no wifi]" +} + +battery "all" { + format = "%status %percentage (%remaining)" + format_down = "[no battery]" +} + +cpu_usage { + format = "CPU %usage" +} + +time { + format = "%e %a %H:%M" +} \ No newline at end of file -- cgit 1.4.1-21-gabe81