This commit is contained in:
2020-09-23 12:02:22 +02:00
parent 3ac9106f1d
commit 973e95d9d3
7 changed files with 153 additions and 0 deletions

19
i3status/config Normal file
View File

@@ -0,0 +1,19 @@
general {
colors = true
interval = 5
}
#order += "battery all"
order += "tztime local"
battery all {
format = "%status %percentage %remaining"
status_chr = "⚡"
status_bat = "🔋"
low_threshold = 30
threshold_type = percentage
}
tztime local {
format = "%d-%m-%Y %H:%M"
}