summaryrefslogtreecommitdiff
path: root/i3status/config
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-08-04 14:09:39 +0200
committerxengineering <me@xengineering.eu>2023-08-04 14:09:39 +0200
commit3709b785a7cb6997c5cf24c38b40d7418d8f4cd7 (patch)
tree16b876bf5916c6d55d7200fba3793973134b4062 /i3status/config
parentcc1ac945070f4ef8e5cd3662e5f84b36e342e20c (diff)
downloaddotfiles-3709b785a7cb6997c5cf24c38b40d7418d8f4cd7.tar
dotfiles-3709b785a7cb6997c5cf24c38b40d7418d8f4cd7.tar.zst
dotfiles-3709b785a7cb6997c5cf24c38b40d7418d8f4cd7.zip
Remove i3status
i3 support was stopped in this repository.
Diffstat (limited to 'i3status/config')
-rw-r--r--i3status/config53
1 files changed, 0 insertions, 53 deletions
diff --git a/i3status/config b/i3status/config
deleted file mode 100644
index 6864525..0000000
--- a/i3status/config
+++ /dev/null
@@ -1,53 +0,0 @@
-# i3status configuration file.
-# see "man i3status" for documentation.
-
-# It is important that this file is edited as UTF-8.
-# The following line should contain a sharp s:
-# ß
-# If the above line is not correctly displayed, fix your editor first!
-
-general {
- colors = true
- interval = 5
-}
-
-order += "ipv6"
-order += "wireless _first_"
-order += "ethernet _first_"
-order += "battery all"
-order += "disk /"
-order += "load"
-order += "memory"
-order += "tztime local"
-
-wireless _first_ {
- format_up = "W: (%quality at %essid) %ip"
- format_down = "W: down"
-}
-
-ethernet _first_ {
- format_up = "E: %ip (%speed)"
- format_down = "E: down"
-}
-
-battery all {
- format = "%status %percentage %remaining"
-}
-
-disk "/" {
- format = "%avail"
-}
-
-load {
- format = "%1min"
-}
-
-memory {
- format = "%used | %available"
- threshold_degraded = "1G"
- format_degraded = "MEMORY < %available"
-}
-
-tztime local {
- format = "KW %U %Y-%m-%d %H:%M:%S"
-}