diff options
| author | xengineering <me@xengineering.eu> | 2023-08-04 14:09:39 +0200 |
|---|---|---|
| committer | xengineering <me@xengineering.eu> | 2023-08-04 14:09:39 +0200 |
| commit | 3709b785a7cb6997c5cf24c38b40d7418d8f4cd7 (patch) | |
| tree | 16b876bf5916c6d55d7200fba3793973134b4062 | |
| parent | cc1ac945070f4ef8e5cd3662e5f84b36e342e20c (diff) | |
| download | dotfiles-3709b785a7cb6997c5cf24c38b40d7418d8f4cd7.tar dotfiles-3709b785a7cb6997c5cf24c38b40d7418d8f4cd7.tar.zst dotfiles-3709b785a7cb6997c5cf24c38b40d7418d8f4cd7.zip | |
Remove i3status
i3 support was stopped in this repository.
| -rw-r--r-- | i3status/config | 53 |
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" -} |
