mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 14:03:18 -09:00
33 lines
492 B
Plaintext
33 lines
492 B
Plaintext
# i3status configuration file
|
|
# see "man i3status" for documentation.
|
|
|
|
general {
|
|
colors = true
|
|
color_good = "#BBBBBB"
|
|
color_bad = "#CC1616"
|
|
color_degraded = "#55858E"
|
|
interval = 2
|
|
}
|
|
|
|
order += "volume master"
|
|
order += "cpu_usage"
|
|
order += "tztime local"
|
|
|
|
volume master {
|
|
# format = " ♪: %volume "
|
|
device = "default"
|
|
mixer = "Master"
|
|
mixer_idx = 0
|
|
# termsyn font
|
|
format = " ♪: %volume "
|
|
}
|
|
|
|
cpu_usage {
|
|
format = " CPU: %usage "
|
|
}
|
|
|
|
|
|
tztime local {
|
|
format = " %h-%d %H:%M "
|
|
}
|