feat(waybar): smaller bar

This commit is contained in:
Sergio Laín 2025-06-29 13:59:50 +02:00
parent 43aa8bcb80
commit 08389f78ba
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
[ [
{ {
"include": "~/.config/waybar/bars/bar-1.jsonc", "include": "~/.config/waybar/bars/bar-1.jsonc",
"height": 50, "height": 48,
"layer": "top", "layer": "top",
"output": "DP-1", "output": "DP-1",
"mode": "dock", "mode": "dock",
@ -15,7 +15,7 @@
}, },
{ {
"include": "~/.config/waybar/bars/bar-2.jsonc", "include": "~/.config/waybar/bars/bar-2.jsonc",
"height": 50, "height": 48,
"position": "bottom", "position": "bottom",
"layer": "top", "layer": "top",
"output": "DP-3", "output": "DP-3",
@ -30,7 +30,7 @@
}, },
{ {
"include": "~/.config/waybar/bars/bar-3.jsonc", "include": "~/.config/waybar/bars/bar-3.jsonc",
"height": 50, "height": 48,
"layer": "top", "layer": "top",
"output": "HDMI-A-1", "output": "HDMI-A-1",
"mode": "dock", "mode": "dock",

View file

@ -5,7 +5,7 @@
"max-length": 100, "max-length": 100,
"escape": true, "escape": true,
"tooltip": true, "tooltip": true,
"exec": "~/.config/waybar/scripts/mediaplayer.py --player spotify", "exec": "~/.config/waybar/scripts/mediaplayer.py",
"on-click": "playerctl play-pause", "on-click": "playerctl play-pause",
"on-scroll-up": "playerctl next", "on-scroll-up": "playerctl next",
"on-scroll-down": "playerctl previous", "on-scroll-down": "playerctl previous",

View file

@ -22,7 +22,7 @@
* { * {
font-family: Maple Mono NF; font-family: Maple Mono NF;
font-size: 14px; font-size: 13.5px;
min-height: 0; min-height: 0;
} }