From aa2747db078372f01deefeaaaafd2be5b56bafab Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 25 Feb 2022 06:15:40 -0800 Subject: [PATCH] tweak spotify in waybar --- .config/waybar/config | 2 +- .config/waybar/spotify.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index f55aa8f..23da784 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -5,7 +5,7 @@ // "width": 1280, // Waybar width // "gtk-layer-shell": "false", // Choose the order of the modules - "modules-left": ["tray", "sway/workspaces", "sway/mode", "custom/spotify"], + "modules-left": ["sway/workspaces", "sway/mode", "tray", "custom/spotify"], "modules-center": ["sway/window"], "modules-right": ["custom/scratchpad-indicator", "network", "cpu", "memory", "temperature", "battery", "pulseaudio", "clock#date", "custom/clock"], "sway/mode": { diff --git a/.config/waybar/spotify.sh b/.config/waybar/spotify.sh index 4250a08..fe5cb86 100755 --- a/.config/waybar/spotify.sh +++ b/.config/waybar/spotify.sh @@ -9,7 +9,7 @@ if [[ $MCLASS == "playing" ]]; then then MINFO=$(echo $MINFO | cut -c1-35)"..." fi - MTEXT=$MICON" "$MINFO" " + MTEXT=" "$MICON" "$MINFO" " elif [[ $class == "paused" ]]; then MTEXT=$MICON" (paused) "