1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-03-07 10:59:55 +01:00

chore: organize dotfiles stowed by home-manager

This commit is contained in:
TheGeneralist 2025-06-23 09:21:16 +02:00
parent d82367b7ee
commit c8783b2c52
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
40 changed files with 32 additions and 59 deletions

View file

@ -0,0 +1,32 @@
general {
interval = 5
colors = true
}
order += "cpu_usage"
order += "memory"
order += "disk /"
order += "tztime local"
#order += "keyboard_layout"
cpu_usage {
format = "CPU: %usage"
}
memory {
format = "RAM: %used/%total"
}
disk "/" {
format = "Disk: %avail"
}
tztime local {
format = "%Y-%m-%d %H:%M:%S %Z"
}
#keyboard_layout {
# format = "LANG: %s"
# interval = 1
# exec = "xkblayout-state print '%s'"
#}