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; }