From 08389f78ba3941d373fcef1dfbace23780037aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 29 Jun 2025 13:59:50 +0200 Subject: [PATCH] feat(waybar): smaller bar --- .config/waybar/config.jsonc | 6 +++--- .config/waybar/modules/custom-music.jsonc | 2 +- .config/waybar/style.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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; }