diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-29 23:20:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 23:20:48 +0900 |
| commit | 7fc9d2fcbd74a1ff45dc3f1d5f6161f5bc91c12d (patch) | |
| tree | 2dc80bd79427479e45500352ca29e505a6e3f0fd /config/waybar/ModulesCustom | |
| parent | 65af1fcdea7f3e53174ad1ff18846f3437cb8248 (diff) | |
| parent | 9f7650cb60dacfe59b3d712db776974ba816bd83 (diff) | |
Merge branch 'development' into windowrules
Diffstat (limited to 'config/waybar/ModulesCustom')
| -rw-r--r-- | config/waybar/ModulesCustom | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom index fa989061..f0f52f70 100644 --- a/config/waybar/ModulesCustom +++ b/config/waybar/ModulesCustom @@ -114,8 +114,8 @@ "custom/playerctl": { "format": "<span>{}</span>", "return-type": "json", - "max-length": 35, - "exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} $HOME {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", + "max-length": 25, + "exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", "on-click-middle": "playerctl play-pause", "on-click": "playerctl previous", "on-click-right": "playerctl next", @@ -124,7 +124,7 @@ "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "smooth-scrolling-threshold": 1, }, - + "custom/power": { "format": "⏻ ", "on-click": "$HOME/.config/hypr/scripts/Wlogout.sh", |
