This commit is contained in:
committer
2024-05-23 06:49:46 -05:00
parent f00d70e917
commit 868d24f7bc

View File

@@ -42,9 +42,9 @@ load {
} }
memory { memory {
format = " ☰ %available (%percentage_available) " format = " ☰ %available (%percentage_available) "
threshold_degraded = "5G" threshold_degraded = "5G"
format_degraded = "MEMORY %available" format_degraded = "MEMORY %available"
} }
disk "/" { disk "/" {
@@ -85,35 +85,33 @@ ethernet _first_ {
} }
battery all { battery all {
format = "%status %percentage %remaining %emptytime" format = "%status %percentage %remaining %emptytime"
#format = " %status %percentage" #format = " %status %percentage"
format_down = "No battery" format_down = "No battery"
last_full_capacity = true last_full_capacity = true
integer_battery_capacity = true integer_battery_capacity = true
status_chr = "⚡" status_chr = "⚡"
status_bat = "☉" status_bat = "☉"
status_unk = "⌄" status_unk = "⌄"
status_full = "☀" status_full = "☀"
low_threshold = 15 low_threshold = 15
threshold_type = time threshold_type = time
} }
time { time {
format = "%Y.%m.%d @ %H:%M" format = "%Y.%m.%d @ %H:%M"
} }
volume master { volume master {
format = " ♪: %volume " format = " ♪: %volume "
format_muted = "♪: muted (%volume)" format_muted = "♪: muted (%volume)"
device = "default" device = "default"
mixer = "Master" mixer = "Master"
mixer_idx = 0 mixer_idx = 0
} }
path_exists "screensaver" { path_exists "screensaver" {
#<span foreground="blue" size="x-large">Blue text</span> is <i>cool</i>! format = " <span foreground='#2aff00'>⎚</span> "
format = " <span foreground='#ffffff'>⎚</span> "
path = "/tmp/screensaver_off.tmp" path = "/tmp/screensaver_off.tmp"
format_down = " <span foreground='#000000'>on</span> " format_down = " <span foreground='#fd68d5'>on</span> "
} }