+ screensaver status

This commit is contained in:
committer
2024-05-23 06:26:29 -05:00
parent 2ece893158
commit 74c3b1ddad
2 changed files with 17 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ order += "path_exists vpn"
order += "battery all"
order += "time"
order += "volume master"
order += "path_exists screensaver"
cpu_usage {
format = " cpu usg %usage "
@@ -107,3 +108,9 @@ volume master {
mixer = "Master"
mixer_idx = 0
}
path_exists "screensaver" {
format = " ⎚ "
path = "/tmp/screensaver_off.txt"
format_down = " on "
}