Install i3status config
This commit is contained in:
parent
64ba860edc
commit
8ea3b8a5f4
2 changed files with 32 additions and 0 deletions
17
roles/user-account/files/i3status/config
Normal file
17
roles/user-account/files/i3status/config
Normal file
|
@ -0,0 +1,17 @@
|
|||
general {
|
||||
colors = true
|
||||
interval = 5
|
||||
}
|
||||
|
||||
order += "battery all"
|
||||
order += "tztime local"
|
||||
|
||||
battery all {
|
||||
format = "%status %percentage %remaining"
|
||||
format_down = ""
|
||||
last_full_capacity = true
|
||||
}
|
||||
|
||||
tztime local {
|
||||
format = "%d.%m.%Y %H:%M"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue