organize dirs

This commit is contained in:
2022-03-27 11:09:33 +03:00
parent 005db342a6
commit 8ac8a8d7a9
32 changed files with 61 additions and 336 deletions
+24
View File
@@ -0,0 +1,24 @@
# ~/.i3status.conf
general {
output_format = "i3bar"
interval = 5
colors = true
}
#order += "battery all"
order += "tztime local"
order += "volume master"
battery all {
format = "%status %percentage %remaining"
}
volume master {
format = "vol: %volume"
}
tztime local {
format = "%Y-%m-%d %H:%M"
}