diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-14 00:47:10 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-14 00:47:10 +0900 |
| commit | 21d770957fddf6bf724c2136e84efa9e4848e677 (patch) | |
| tree | 708f61ad8577053798f969eccce772aab46d5b68 /config | |
| parent | 07ec12c73fe140dc078d3df23765a44b240ed488 (diff) | |
added tooltip on mpris, updated waybar 0-ja-0 layout
Diffstat (limited to 'config')
| -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", ], |
