2021-11-05 19:33:10 +01:00
|
|
|
[theme]
|
2022-08-23 01:52:27 +02:00
|
|
|
theme = "dracula"
|
2021-11-05 19:33:10 +01:00
|
|
|
|
|
|
|
[icons]
|
2022-08-23 01:52:27 +02:00
|
|
|
icons = "material-nf"
|
2021-11-05 19:33:10 +01:00
|
|
|
|
|
|
|
[icons.overrides]
|
|
|
|
# this should never show, as the bat block auto hides without a battery
|
|
|
|
bat_not_available = "x"
|
2021-11-05 12:28:21 +01:00
|
|
|
|
|
|
|
[[block]]
|
|
|
|
block = "memory"
|
2022-10-22 22:28:01 +02:00
|
|
|
format = " $icon $mem_used_percents $mem_used/$mem_avail"
|
|
|
|
format_alt = " $icon $swap_used_percents $swap_used/$swap_free"
|
2021-11-05 12:28:21 +01:00
|
|
|
|
|
|
|
[[block]]
|
|
|
|
block = "cpu"
|
|
|
|
interval = 1
|
2022-10-22 22:28:01 +02:00
|
|
|
format = " $icon $frequency $barchart $utilization"
|
2021-11-05 12:28:21 +01:00
|
|
|
|
|
|
|
[[block]]
|
|
|
|
block = "temperature"
|
|
|
|
interval = 5
|
2022-10-22 22:28:01 +02:00
|
|
|
format = " $icon $min - $average ~ $max +"
|
2021-11-05 12:28:21 +01:00
|
|
|
chip = "*-isa-*"
|
|
|
|
idle = 50
|
|
|
|
info = 70
|
|
|
|
warning = 85
|
|
|
|
|
|
|
|
[[block]]
|
|
|
|
block = "music"
|
|
|
|
interface_name_exclude = [".*kdeconnect.*", "mpd"]
|
|
|
|
hide_when_empty = true
|
2022-10-22 22:28:01 +02:00
|
|
|
format = " $icon {$combo.rot-str(20, 0.1)|} $prev $play $next"
|
2021-11-05 12:28:21 +01:00
|
|
|
|
|
|
|
[[block]]
|
|
|
|
block = "sound"
|
2022-10-22 22:28:01 +02:00
|
|
|
format = " $icon $output_description{ $volume|}"
|
2021-11-05 12:28:21 +01:00
|
|
|
|
|
|
|
[[block]]
|
|
|
|
block = "battery"
|
|
|
|
interval = 10
|
2022-10-22 22:28:01 +02:00
|
|
|
format = " $icon $percentage $power"
|
2022-10-03 11:42:13 +02:00
|
|
|
missing_format = ""
|
2021-11-05 12:28:21 +01:00
|
|
|
|
|
|
|
[[block]]
|
|
|
|
block = "time"
|
|
|
|
interval = 1
|
2022-10-22 22:28:01 +02:00
|
|
|
format = " $icon %a %d.%m.%Y %T"
|