This commit is contained in:
committer
2024-05-23 06:36:43 -05:00
parent e711f59b4b
commit 8e8c1e0832
2 changed files with 5 additions and 8 deletions

View File

@@ -11,9 +11,9 @@
general {
colors = true
interval = 5
# color_good = "#fd68d5"
# color_bad = "#2AFF00"
# color_degraded = "#FE1805"
color_good = "#fd68d5"
color_bad = "#2AFF00"
color_degraded = "#FE1805"
}
order += "cpu_usage"
@@ -110,7 +110,7 @@ volume master {
}
path_exists "screensaver" {
format = " "
format = " <span color="#fff">⎚</span> "
path = "/tmp/screensaver_off.tmp"
format_down = " on "
format_down = " <span color="#000">on</span> "
}