summaryrefslogtreecommitdiff
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
commit1582f851ff5f1a993dfc5ec1bbabf5eeaef08076 (patch)
tree16b876bf5916c6d55d7200fba3793973134b4062
parentd549101391c93837599c40c2a9c26d8c5d91d928 (diff)
downloaddotfiles-1582f851ff5f1a993dfc5ec1bbabf5eeaef08076.tar
dotfiles-1582f851ff5f1a993dfc5ec1bbabf5eeaef08076.tar.zst
dotfiles-1582f851ff5f1a993dfc5ec1bbabf5eeaef08076.zip
Remove i3status
i3 support was stopped in this repository.
-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"
-}