initial i3 config, similar to https://github.com/hybris42/awesome
This commit is contained in:
19
i3status/config
Normal file
19
i3status/config
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user