Remove polybar, adapt i3 status bar capitalization
This commit is contained in:
parent
290ca3b055
commit
67b14254de
@ -12,26 +12,26 @@ order += "memory"
|
|||||||
order += "tztime local"
|
order += "tztime local"
|
||||||
|
|
||||||
wireless _first_ {
|
wireless _first_ {
|
||||||
format_up = "Wifi (%quality at %essid) %ip"
|
format_up = "%essid %quality %ip"
|
||||||
format_down = "Wifi down"
|
format_down = "wifi down"
|
||||||
}
|
}
|
||||||
|
|
||||||
ethernet _first_ {
|
ethernet _first_ {
|
||||||
format_up = "Eth %ip (%speed)"
|
format_up = "eth %ip (%speed)"
|
||||||
format_down = "Eth down"
|
format_down = "eth down"
|
||||||
}
|
}
|
||||||
|
|
||||||
battery all {
|
battery all {
|
||||||
format = "Battery %status %percentage %remaining"
|
format = "battery %status %percentage %remaining"
|
||||||
}
|
}
|
||||||
|
|
||||||
load {
|
load {
|
||||||
format = "Load %1min"
|
format = "load %1min"
|
||||||
}
|
}
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
#format = "%used | %available"
|
#format = "%used | %available"
|
||||||
format = "Mem %used"
|
format = "mem %used"
|
||||||
threshold_degraded = "1G"
|
threshold_degraded = "1G"
|
||||||
format_degraded = "MEMORY < %available"
|
format_degraded = "MEMORY < %available"
|
||||||
}
|
}
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
- i3lock-fancy
|
- i3lock-fancy
|
||||||
- keychain
|
- keychain
|
||||||
- pass
|
- pass
|
||||||
- polybar
|
|
||||||
- python3-pylint-common
|
- python3-pylint-common
|
||||||
- pulseaudio-utils # pactl volume control
|
- pulseaudio-utils # pactl volume control
|
||||||
- rofi # dmenu replacement
|
- rofi # dmenu replacement
|
||||||
|
Loading…
x
Reference in New Issue
Block a user