Печенька блять!
This commit is contained in:
24
🍪/i3wm/i3status.conf
Normal file
24
🍪/i3wm/i3status.conf
Normal 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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user