diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index e19193ec..11710e2f 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -1,7 +1,7 @@ [ { "include": "~/.config/waybar/bars/bar-1.jsonc", - "height": 50, + "height": 48, "layer": "top", "output": "DP-1", "mode": "dock", @@ -15,7 +15,7 @@ }, { "include": "~/.config/waybar/bars/bar-2.jsonc", - "height": 50, + "height": 48, "position": "bottom", "layer": "top", "output": "DP-3", @@ -30,7 +30,7 @@ }, { "include": "~/.config/waybar/bars/bar-3.jsonc", - "height": 50, + "height": 48, "layer": "top", "output": "HDMI-A-1", "mode": "dock", diff --git a/.config/waybar/modules/custom-music.jsonc b/.config/waybar/modules/custom-music.jsonc index 90326128..cbcc2920 100644 --- a/.config/waybar/modules/custom-music.jsonc +++ b/.config/waybar/modules/custom-music.jsonc @@ -5,7 +5,7 @@ "max-length": 100, "escape": true, "tooltip": true, - "exec": "~/.config/waybar/scripts/mediaplayer.py --player spotify", + "exec": "~/.config/waybar/scripts/mediaplayer.py", "on-click": "playerctl play-pause", "on-scroll-up": "playerctl next", "on-scroll-down": "playerctl previous", diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 848f865d..cdbe35bb 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -22,7 +22,7 @@ * { font-family: Maple Mono NF; - font-size: 14px; + font-size: 13.5px; min-height: 0; }