diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 6425b4a..50b3fd6 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -85,7 +85,7 @@ }, "custom/logo": { - "format": "", // Change to desired logo + "format": "", // Change to desired logo "tooltip": false, "escape": true, "on-click": "anyrun" // Change to desired action diff --git a/waybar/style.css b/waybar/style.css index 94103d6..acefbbe 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -16,7 +16,7 @@ window#waybar { window#waybar > * { padding: 4px; - background: alpha(@background, .85); + background: alpha(@background, .78); margin-bottom: 4px; border-radius: 14px; } @@ -35,7 +35,7 @@ widget > *:hover:not(#workspaces):not(#tray):not(#custom-media) { background: @color1; } -widget label { +label { font-size: .98em; font-weight: 500; }