From 47909d60c145d0751ee9460cb2a8bfae973e5182 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 13 Dec 2020 13:54:11 +0100 Subject: [PATCH] [i3status] remove old config --- i3/i3status | 100 ---------------------------------------------- install.conf.yaml | 2 - 2 files changed, 102 deletions(-) delete mode 100644 i3/i3status diff --git a/i3/i3status b/i3/i3status deleted file mode 100644 index a810ecd..0000000 --- a/i3/i3status +++ /dev/null @@ -1,100 +0,0 @@ -general { - output_format = "i3bar" - colors = true - interval = 1 - color_good = "#D3DAE3" - color_degraded = "#FFFF60" - color_bad = "#BA3030" -} - -order += "disk /" -order += "disk /home" -order += "ipv6" -order += "wireless _first_" -order += "ethernet _first_" -order += "cpu_usage" -order += "cpu_temperature 1" -order += "load" -order += "memory" -#order += "volume input" -order += "volume master" -order += "battery all" -order += "tztime local" - - -tztime local { - format = " %a %d.%m.%Y  %H:%M:%S" -} - -disk "/" { - format = " %avail" - low_threshold = 10 - threshold_type = percentage_free -} - -disk "/home" { - format = " %avail" - low_threshold = 10 - threshold_type = percentage_free -} - -volume master { - format = " %volume" - format_muted = "" -} - -volume input { - format = "%volume" - format_muted = "" - mixer = "Capture" -} - -ipv6 { - format_up = "v6" - format_down = "v6" -} - -wireless _first_ { - format_up = " %essid" - format_down = "" -} - -ethernet _first_ { - format_up = " %ip (%speed)" - format_down = "" -} - -battery all { - format = "%status %percentage %remaining %emptytime" - format_down = "No battery" - status_chr = "" - status_bat = "" - status_full = "" - status_unk = "" - integer_battery_capacity = true - last_full_capacity = true - low_threshold = 10 - threshold_type = percentage - hide_seconds = true -} - -memory { - format = " %used" - threshold_degraded = 25% - threshold_critical = 10% -} - -load { - format = " %1min" -} - -cpu_usage { - format = " %usage" - degraded_threshold = 66 - max_threshold = 90 -} - -cpu_temperature 1 { - format = " %degrees°C" - path = "/sys/devices/virtual/thermal/thermal_zone0/temp" -} diff --git a/install.conf.yaml b/install.conf.yaml index 3b2e814..4502b76 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -10,7 +10,6 @@ - ~/.config/alacritty - ~/.config/environment.d - ~/.config/htop - - ~/.config/i3status - ~/.config/i3status-rust - ~/.config/mako - ~/.config/gammastep/hooks @@ -52,7 +51,6 @@ # graphic - link: - ~/.config/i3status/config: i3/i3status ~/.config/i3status-rust/config.toml: sway/i3status-rust.toml ~/.local/bin/lock: sway/lock.sh ~/.config/mako/config: mako/config