diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-13 13:47:14 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-13 13:47:14 +0900 |
| commit | dbcc1a94cb216e537941f61cd4b53fda6a450cfd (patch) | |
| tree | 8f7ff46a97ba62782c8408e4905747f4ce862b1f /config/waybar/modules | |
| parent | 958f4b5516d7a4f90664a335ff7a86bc7aaa86e9 (diff) | |
Major Rename on some waybar styles and layouts incorporating my avatar :)
In addition, I have added 2 new waybar layouts (ClassySleek Top and Bottom) and Waybar Syles Combining Pywal and Catppuccin Latte hence the word Fusion ;)
Diffstat (limited to 'config/waybar/modules')
| -rw-r--r-- | config/waybar/modules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/waybar/modules b/config/waybar/modules index 87465a45..1ff46ba5 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -344,7 +344,7 @@ }, "mpris": { - "format": "{player_icon}", + "format": "{player_icon} ", "format-paused": "{status_icon} <i>{dynamic}</i>", "on-click-middle": "playerctl play-pause", "on-click": "playerctl previous", @@ -358,8 +358,8 @@ "default": "", "firefox": "", "kdeconnect": "", - "mopidy": " ", - "mpv": " ", + "mopidy": "", + "mpv": "", "spotify": "", "vlc": "", }, |
