switch to i3 window manager
This commit is contained in:
16
.config/i3status/config
Normal file
16
.config/i3status/config
Normal file
@ -0,0 +1,16 @@
|
||||
general {
|
||||
output_format = "i3bar"
|
||||
}
|
||||
|
||||
order += "volume master"
|
||||
order += "tztime local"
|
||||
|
||||
volume master {
|
||||
format = " ♪: %volume "
|
||||
format_muted = " ♪: muted (%volume) "
|
||||
device = "pulse:0"
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = " %H:%M "
|
||||
}
|
Reference in New Issue
Block a user