reorganize to use stow to manage configs, remove fish and stumpwm configs

This commit is contained in:
2020-07-21 06:50:01 +02:00
parent 8dfd72a3de
commit a8668f5409
23 changed files with 24 additions and 272 deletions

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 "
}