Install i3 and i3status config

This commit is contained in:
Michael Mandl 2021-03-06 15:51:56 +01:00
parent 764b5cd16c
commit d5ab541f07
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7
3 changed files with 157 additions and 0 deletions

View 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"
}