Cleanup a few things, move i3-gaps to just i3

This commit is contained in:
natemaia
2023-01-07 11:12:08 -08:00
parent 610809aa92
commit e6db04becb
3 changed files with 136 additions and 64 deletions

View File

@ -0,0 +1,35 @@
# i3status configuration file.
# see "man i3status" for documentation.
general {
colors = true
interval = 5
}
order += "battery all"
order += "disk /"
order += "load"
order += "memory"
order += "tztime local"
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 = "%T"
}