Install i3 and i3status config
This commit is contained in:
parent
764b5cd16c
commit
d5ab541f07
3 changed files with 157 additions and 0 deletions
17
roles/xorg/files/config/i3status/config
Normal file
17
roles/xorg/files/config/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