Update dotfiles

This commit is contained in:
2018-08-10 17:23:37 +02:00
parent 8783616f54
commit d51aa282db
7 changed files with 273 additions and 12 deletions

View File

@@ -23,15 +23,18 @@ order += volume_status
order += spotify
order += "wifi"
order += online_status
order += "battery_level 0"
order += "battery_level all"
order += "clock"
battery_level 0 {
format = " {icon} {percent}% "
battery_level all {
battery_id = "all"
format = " {icon} {percent}% {time_remaining} "
measurement_mode = "sys"
charging_character = ""
blocks = ""
notification = true
hide_when_full = false
hide_seconds = true
notify_low_level = true
threshold_full = 95
}