From df901b35ec318b7f04b387c99a05701475935539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Mon, 18 Nov 2024 16:07:25 -0300 Subject: [PATCH] :sparkles: feat(waybar): more transparency in waybar --- waybar/config.jsonc | 2 +- waybar/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; }