diff --git a/config/waybar/configs/[BOT] Default b/config/waybar/configs/[BOT] Default index 9e520d6..36798ab 100644 --- a/config/waybar/configs/[BOT] Default +++ b/config/waybar/configs/[BOT] Default @@ -43,12 +43,12 @@ ], "modules-right": [ + "network#speed", + "custom/separator#dot-line", "tray", "mpris", "custom/separator#dot-line", "bluetooth", - "custom/separator#dot-line", - "network#speed", "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", diff --git a/config/waybar/configs/[BOT] Default Laptop b/config/waybar/configs/[BOT] Default Laptop index fb8f148..1268408 100644 --- a/config/waybar/configs/[BOT] Default Laptop +++ b/config/waybar/configs/[BOT] Default Laptop @@ -43,12 +43,12 @@ ], "modules-right": [ + "network#speed", + "custom/separator#dot-line", "tray", - "mpris", + "mpris", "custom/separator#dot-line", "bluetooth", - "custom/separator#dot-line", - "network#speed", "custom/separator#dot-line", "battery", "custom/separator#dot-line", diff --git a/config/waybar/configs/[TOP] Default b/config/waybar/configs/[TOP] Default index 51af0ae..a75f752 100644 --- a/config/waybar/configs/[TOP] Default +++ b/config/waybar/configs/[TOP] Default @@ -43,12 +43,12 @@ ], "modules-right": [ + "network#speed", + "custom/separator#dot-line", "tray", "mpris", "custom/separator#dot-line", "bluetooth", - "custom/separator#dot-line", - "network#speed", "custom/separator#dot-line", "pulseaudio", "custom/separator#dot-line", diff --git a/config/waybar/configs/[TOP] Default Laptop b/config/waybar/configs/[TOP] Default Laptop index d82b0da..24f2755 100644 --- a/config/waybar/configs/[TOP] Default Laptop +++ b/config/waybar/configs/[TOP] Default Laptop @@ -43,12 +43,12 @@ ], "modules-right": [ + "network#speed", + "custom/separator#dot-line", "tray", "mpris", "custom/separator#dot-line", "bluetooth", - "custom/separator#dot-line", - "network#speed", "custom/separator#dot-line", "battery", "custom/separator#dot-line", diff --git a/config/waybar/modules b/config/waybar/modules index 918865b..5dc0fad 100644 --- a/config/waybar/modules +++ b/config/waybar/modules @@ -344,6 +344,7 @@ }, "mpris": { + "interval": 1, "format": "{player_icon} ", "format-paused": "{status_icon} {dynamic}", "on-click-middle": "playerctl play-pause", @@ -447,7 +448,7 @@ }, "tray": { - "icon-size": 14, + "icon-size": 13, "spacing": 8, }, @@ -463,7 +464,7 @@ "wlr/taskbar": { "format": "{icon} {name} ", - "icon-size": 16, + "icon-size": 14, "all-outputs": false, "tooltip-format": "{title}", "on-click": "activate",