fix(waybar): more styling

This commit is contained in:
2026-08-07 01:40:11 +02:00
parent 9c4580d804
commit 1892e4029f
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
"margin-bottom": 3, "margin-bottom": 3,
"modules-left": ["custom/junkyard", "hyprland/workspaces"], "modules-left": ["custom/junkyard", "hyprland/workspaces"],
"modules-center": ["clock"], "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": { "tray": {
"icon-size": 16, "icon-size": 16,
"spacing": 10 "spacing": 10

View File

@@ -31,7 +31,7 @@
"format-bluetooth-muted": "{icon} {format_source}", "format-bluetooth-muted": "{icon} {format_source}",
"format-muted": "󰝟 {volume}% {format_source}", "format-muted": "󰝟 {volume}% {format_source}",
"format-source": " {volume}%", "format-source": " {volume}%",
"format-source-muted": "", "format-source-muted": " {volume}%",
"format-icons": { "format-icons": {
"headphone": "󰋋", "headphone": "󰋋",
"hands-free": "󱡒", "hands-free": "󱡒",

View File

@@ -75,7 +75,7 @@ button {
#bluetooth { #bluetooth {
background-color: @base; /* Change this to any gray color you want */ background-color: @base; /* Change this to any gray color you want */
border-radius: 0px; /* Adjust as needed */ border-radius: 0px; /* Adjust as needed */
padding: 3px 3px; padding: 3px 5px;
color: @text; color: @text;
margin: 0px; margin: 0px;
} }
@@ -91,7 +91,7 @@ button {
#battery { #battery {
background-color: @base; /* Change this to any gray color you want */ background-color: @base; /* Change this to any gray color you want */
border-radius: 0px 10px 10px 0px; /* Adjust as needed */ border-radius: 0px 10px 10px 0px; /* Adjust as needed */
padding: 3px 10px; padding: 3px 10px 3px 5px;
color: @text; color: @text;
} }