summaryrefslogtreecommitdiff
path: root/i3/.config/i3status
diff options
context:
space:
mode:
Diffstat (limited to 'i3/.config/i3status')
-rw-r--r--i3/.config/i3status/config36
1 files changed, 36 insertions, 0 deletions
diff --git a/i3/.config/i3status/config b/i3/.config/i3status/config
new file mode 100644
index 0000000..5221830
--- /dev/null
+++ b/i3/.config/i3status/config
@@ -0,0 +1,36 @@
+order += "wireless wlan0"
+order += "battery 1"
+order += "cpu_temperature 0"
+order += "cpu_usage"
+order += "load"
+order += "tztime local"
+
+wireless wlan0 {
+ format_up = "%ip @ %essid"
+ format_down = "W: down"
+}
+
+battery 1 {
+ format = "%status %percentage %remaining"
+ format_down = "No battery"
+ path = "/sys/class/power_supply/BAT%d/uevent"
+ low_threshold = 10
+ integer_battery_capacity = true
+ status_chr = "⚡"
+ status_bat = "🔋"
+ status_full = "🔌"
+}
+
+tztime local {
+ format = "%Y-%m-%d %H:%M"
+}
+
+load {
+ format = "%1min"
+}
+
+cpu_temperature 0 {
+ format = "%degrees °C"
+ max_threshold = 65
+}
+