i3 / desktop stuff.

This commit is contained in:
2021-12-06 18:00:25 -07:00
parent acce21bbc1
commit 3624fa124c
13 changed files with 790 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
# 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 = 1
}
order += "load"
order += "memory"
order += "tztime local"
load {
format = "CPU Usage: %1min"
}
memory {
format = "%used | %available"
threshold_degraded = "1G"
format_degraded = "MEMORY < %available"
}
tztime local {
format = "%D %l:%M:%S %p"
}