diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2021-06-10 08:10:10 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2021-06-10 08:10:10 +0000 |
| commit | cd9049c5033f2c403bfdae1e997790d67523d1ba (patch) | |
| tree | f8106b0a636e3592d613dea4ea6a988d69e81ff4 /.config/i3status | |
| parent | af2aba112027a896a28e252e5161ba12f92c0d5a (diff) | |
Remove i3 configs, as i no longer need them
Diffstat (limited to '.config/i3status')
| -rw-r--r-- | .config/i3status/config | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/.config/i3status/config b/.config/i3status/config deleted file mode 100644 index 4990d5e..0000000 --- a/.config/i3status/config +++ /dev/null @@ -1,83 +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 { - output_format = i3bar - colors = true - interval = 5 - separator = " / " - color_good = "#68fc5a" - color_bad = "#fc785a" - color_degraded = "#fcf45a" -} - -order += "volume master" -order += "disk /" -order += "disk /home" -order += "wireless _first_" -order += "ethernet enp0s31f6" -order += "battery all" -order += "cpu_usage" -order += "cpu_temperature all" -order += "time" - -volume master { - format = "墳 %volume" - format_muted = "奄 %volume" - device = "default" - mixer = "Master" - mixer_idx = 0 -} - -wireless _first_ { - # if you use %speed, i3status requires root privileges - format_up = " " # %ip (%speed)" - format_down = "" # "E: down" -} - -ethernet enp0s31f6 { - # if you use %speed, i3status requires root privileges - format_up = " %ip" # %ip (%speed)" - format_down = "" # "E: down" -} - -battery all { - format = "%status %percentage" # %remaining" - hide_seconds = true - integer_battery_capacity = true - status_unk = "" - status_chr = "" # "[]" - status_bat = "" # "[]" - status_full = "" # "" - format_down = "" - last_full_capacity = true - low_threshold = 35 - threshold_type = percent -} - -time { - format = "%Y-%m-%d %H:%M" -} - -cpu_temperature all { - format = " %degrees°" - max_threshold = 50 -} - -cpu_usage { - format = " %usage" - max_threshold = 50 -} - -disk "/" { - format = " [%avail]" -} - -disk "/home" { - format = " [%avail]" -} |
