This commit is contained in:
committer
2024-05-23 06:39:34 -05:00
parent 8e8c1e0832
commit 821e281e64

View File

@@ -110,7 +110,9 @@ volume master {
} }
path_exists "screensaver" { path_exists "screensaver" {
format = " <span color="#fff">⎚</span> " #<span foreground="blue" size="x-large">Blue text</span> is <i>cool</i>!
format = " <span foreground=\"#fff\">⎚</span> "
path = "/tmp/screensaver_off.tmp" path = "/tmp/screensaver_off.tmp"
format_down = " <span color="#000">on</span> " format_down = " <span color="#000">on</span> "
} }