switch to i3 window manager

This commit is contained in:
2020-01-18 14:51:36 +01:00
parent 230741595c
commit dcf586c15b
3 changed files with 193 additions and 12 deletions
+16
View 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 "
}