diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-14 10:41:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-14 10:41:35 +0900 |
| commit | c8ff82bb014ff485f7efe927571267e18a978ac0 (patch) | |
| tree | 69e8ef45f0f1a00d236c28407add6db4614e1d22 /config/waybar | |
| parent | 2b6ee3440b416c732325a812c5eded53f7921494 (diff) | |
| parent | 97df1982e5b55a2bfd58e10ffba0900dd9896f76 (diff) | |
Merge branch 'main' into translation
Diffstat (limited to 'config/waybar')
| -rw-r--r-- | config/waybar/Modules | 2 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP] 0-Ja-0 | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/config/waybar/Modules b/config/waybar/Modules index 8055736d..4fec766e 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -246,6 +246,8 @@ "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "smooth-scrolling-threshold": 1, + "tooltip": true, + "tooltip-format": "{status_icon} {dynamic}\nLeft Click: previous\nMid Click: Pause\nRight Click: Next", "player-icons": { "chromium": "", "default": "", diff --git a/config/waybar/configs/[TOP] 0-Ja-0 b/config/waybar/configs/[TOP] 0-Ja-0 index 7c91497c..5c9393ff 100644 --- a/config/waybar/configs/[TOP] 0-Ja-0 +++ b/config/waybar/configs/[TOP] 0-Ja-0 @@ -27,7 +27,8 @@ "tray", "custom/separator#blank", "clock", - "custom/playerctl", + "custom/separator#blank_2", + "mpris", "custom/separator#blank_2", "hyprland/window", ], |
