diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 16:11:30 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-29 16:14:19 +0900 |
| commit | e93998627a5ebab8e3d6538d2f557bc4513910ef (patch) | |
| tree | 6acf10a27c1415ae5aed20f09e70cb3b8f8b7b22 /config/waybar/ModulesCustom | |
| parent | 83a8e802f03f62ebf3c75df9f0efca65517bcf65 (diff) | |
added waybar styles and configs and normal number workspaces
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", |
