summaryrefslogtreecommitdiffstats
path: root/config/i3status/config
diff options
context:
space:
mode:
Diffstat (limited to 'config/i3status/config')
-rw-r--r--config/i3status/config44
1 files changed, 0 insertions, 44 deletions
diff --git a/config/i3status/config b/config/i3status/config
deleted file mode 100644
index 4c2bcdd..0000000
--- a/config/i3status/config
+++ /dev/null
@@ -1,44 +0,0 @@
-general {
- output_format = i3bar
- interval = 1
-}
-
-order += "cpu_usage"
-order += "wireless wlp3s0"
-order += "ethernet enp0s25"
-order += "battery 0"
-order += "battery 1"
-order += "time"
-order += "load"
-
-cpu_usage {
- format = "CPU: %usage"
-}
-
-wireless wlp3s0 {
- format_up = "wlp3s0: (%essid: %quality)"
- format_down = "wlp3s0"
-}
-
-ethernet enp0s25 {
- format_up = "enp0s25: (%speed)"
- format_down = "enp0s25"
-}
-
-battery 0 {
- last_full_capacity = true
- format = "%status %percentage (%remaining %consumption)"
-}
-
-battery 1 {
- last_full_capacity = true
- format = "%status %percentage (%remaining %consumption)"
-}
-
-time {
- format = "%a %b %d %H:%M:%S"
-}
-
-load {
- format = "%1min"
-}