From 1892e4029f67768d692e9e286edea9aac9f0a95d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20P=C3=A1rk=C3=A1nyi?= Date: Fri, 7 Aug 2026 01:40:11 +0200 Subject: [PATCH] fix(waybar): more styling --- waybar/config_laptop.json | 2 +- waybar/modules.jsonc | 2 +- waybar/style.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/waybar/config_laptop.json b/waybar/config_laptop.json index b3d7814..2971453 100644 --- a/waybar/config_laptop.json +++ b/waybar/config_laptop.json @@ -11,7 +11,7 @@ "margin-bottom": 3, "modules-left": ["custom/junkyard", "hyprland/workspaces"], "modules-center": ["clock"], - "modules-right": ["tray", "custom/notification", "pulseaudio", "bluetooth", "backlight", "network", "battery", "group/group-power" ], + "modules-right": ["tray", "custom/notification", "pulseaudio", "backlight", "bluetooth", "network", "battery", "group/group-power" ], "tray": { "icon-size": 16, "spacing": 10 diff --git a/waybar/modules.jsonc b/waybar/modules.jsonc index 8968177..05e8e19 100755 --- a/waybar/modules.jsonc +++ b/waybar/modules.jsonc @@ -31,7 +31,7 @@ "format-bluetooth-muted": "{icon} {format_source}", "format-muted": "󰝟 {volume}% {format_source}", "format-source": " {volume}%", - "format-source-muted": "", + "format-source-muted": " {volume}%", "format-icons": { "headphone": "󰋋", "hands-free": "󱡒", diff --git a/waybar/style.css b/waybar/style.css index f053f69..95acd3f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -75,7 +75,7 @@ button { #bluetooth { background-color: @base; /* Change this to any gray color you want */ border-radius: 0px; /* Adjust as needed */ - padding: 3px 3px; + padding: 3px 5px; color: @text; margin: 0px; } @@ -91,7 +91,7 @@ button { #battery { background-color: @base; /* Change this to any gray color you want */ border-radius: 0px 10px 10px 0px; /* Adjust as needed */ - padding: 3px 10px; + padding: 3px 10px 3px 5px; color: @text; }