foxygit / sxbar Log in
commit 6dbeb7c92400ca72e0fb5b48a84fbcbe79458977
Author:     MrJensK <jens.se@icloud.com>
AuthorDate: Thu May 14 12:42:16 2026 +0200
Commit:     MrJensK <jens.se@icloud.com>
CommitDate: Thu May 14 12:42:16 2026 +0200

    Update scroll command example for volume module to include volume limit
---
 default_sxbarc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/default_sxbarc b/default_sxbarc
index 2a459ed..86e4f2f 100644
--- a/default_sxbarc
+++ b/default_sxbarc
@@ -66,7 +66,7 @@ module : cpu     : false : 3
 # scroll_down : module_name : "command"
 #
 # Examples:
-# scroll_up   : volume : "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+"
+# scroll_up   : volume : "wpctl set-volume --limit 1.0 @DEFAULT_AUDIO_SINK@ 5%+"
 # scroll_down : volume : "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"

 # Media controller example (requires playerctl)