From 888e50e5aada33b901ef9234bb8f7337a4fafe8c Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Wed, 22 Nov 2023 10:10:11 +0400 Subject: [PATCH] Fix colors, revert 'reduce panel size' --- etc/skel/.config/waybar/config.jsonc | 2 +- etc/skel/.config/waybar/style.css | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/skel/.config/waybar/config.jsonc b/etc/skel/.config/waybar/config.jsonc index a1193b6..068df42 100644 --- a/etc/skel/.config/waybar/config.jsonc +++ b/etc/skel/.config/waybar/config.jsonc @@ -1,7 +1,7 @@ { "layer": "top", "position": "top", - "height": 25, + "height": 30, "modules-left": ["custom/menu", "sway/workspaces", "sway/window"], "modules-center": ["custom/wf-recorder", "sway/mode"], "modules-right": [ diff --git a/etc/skel/.config/waybar/style.css b/etc/skel/.config/waybar/style.css index 3eebdf4..f92e9f2 100644 --- a/etc/skel/.config/waybar/style.css +++ b/etc/skel/.config/waybar/style.css @@ -182,7 +182,7 @@ label:focus { } #bluetooth { - color: @lavender; + color: @blue; } #bluetooth.disabled { @@ -190,7 +190,7 @@ label:focus { } #pulseaudio { - color: @blue; + color: @lavender; } #pulseaudio.muted { @@ -198,9 +198,9 @@ label:focus { } #clock { - color: @overlay2; + color: @text; } #custom-power { - color: @overlay1; + color: @subtext1; }