This commit is contained in:
2025-02-07 22:29:57 -05:00
parent cc384d98d9
commit 0331d258ce
9 changed files with 79 additions and 62 deletions

View File

@@ -130,7 +130,7 @@
(defwidget volume []
(eventbox :tooltip volumesink
:onclick `pwvucontrol &`
(label :text "${volumevalue.count}%" :class {volumevalue.color})))
(label :text "${volumevalue.count}" :class {volumevalue.color})))
(defpoll currentworkspace :interval "1s" `scripts/currentWorkspace.fish`)