Печенька блять!

This commit is contained in:
2025-02-11 00:18:55 +03:00
parent fb73a963b6
commit 11c5031c60
74 changed files with 0 additions and 0 deletions

24
🍪/i3wm/i3status.conf Normal file
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"
}