nixos-config/modules/i3/i3status.conf
Sean Buckley 80259fa056 tweak i3
2021-08-31 01:37:10 -04:00

21 lines
306 B
Text

general {
colors = true
interval = 5
}
order += "battery all"
order += "volume master"
order += "tztime local"
volume master {
format = "[♪ %volume]"
}
battery all {
format = "[%status %percentage %remaining]"
format_down = ""
}
tztime local {
format = "[%m/%d] [%H:%M:%S]"
}