From e9ecb7801f38e056d54530994b09bd18d93bef36 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Tue, 31 Dec 2024 12:59:25 +0900 Subject: small tweaks on the latest waybar styles --- config/waybar/style/[WALLUST] ML4W-modern-mixed.css | 10 ++++++++-- config/waybar/style/[WALLUST] ML4W-modern.css | 11 +++++++++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css index 0dabc9c7..cc577451 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern-mixed.css +++ b/config/waybar/style/[WALLUST] ML4W-modern-mixed.css @@ -19,6 +19,7 @@ min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 97%; + /* note: different modules have different font sizes */ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } @@ -34,6 +35,7 @@ window#waybar { #workspaces { background: @workspacesbackground1; margin: 2px 18px 3px 1px; + margin-left: 6px; padding: 0px 2px; border-radius: 5px 5px 5px 5px; border: 0px; @@ -48,7 +50,6 @@ window#waybar { padding: 0px 6px; margin: 3px 2px; border-radius: 3px 3px 3px 3px; - border: 0px; color: @textcolor1; background-color: @workspacesbackground2; transition: all 0.1s linear; @@ -166,6 +167,10 @@ window#waybar.empty #window { color: @iconcolor; } +#custom-swaync { + margin-left: 6px; +} + #idle_inhibitor { margin-right: 15px; font-size: 22px; @@ -198,7 +203,7 @@ window#waybar.empty #window { font-size: 16px; color: @textcolor1; border-radius: 5px 5px 5px 5px; - padding: 0px 2px 0px 10px; + padding: 0px 0px 0px 6px; opacity:0.8; border:3px solid @bordercolor; } @@ -259,6 +264,7 @@ window#waybar.empty #window { #backlight { background-color: @backgroundlight; + margin-left: 6px; font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; diff --git a/config/waybar/style/[WALLUST] ML4W-modern.css b/config/waybar/style/[WALLUST] ML4W-modern.css index 54687d5f..dd36d522 100644 --- a/config/waybar/style/[WALLUST] ML4W-modern.css +++ b/config/waybar/style/[WALLUST] ML4W-modern.css @@ -19,8 +19,10 @@ min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 97%; + /* note: different modules have different font sizes */ font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; } + window#waybar { background-color: rgba(0,0,0,0.8); border-bottom: 0px solid #ffffff; @@ -33,6 +35,7 @@ window#waybar { #workspaces { background: @workspacesbackground1; margin: 2px 18px 3px 1px; + margin-left: 6px; padding: 0px 2px; border-radius: 5px 5px 5px 5px; border: 0px; @@ -47,7 +50,6 @@ window#waybar { padding: 0px 6px; margin: 3px 2px; border-radius: 3px 3px 3px 3px; - border: 0px; color: @textcolor1; background-color: @workspacesbackground2; transition: all 0.1s linear; @@ -165,6 +167,10 @@ window#waybar.empty #window { color: @iconcolor; } +#custom-swaync { + margin-left: 6px; +} + #idle_inhibitor { margin-right: 15px; font-size: 22px; @@ -197,7 +203,7 @@ window#waybar.empty #window { font-size: 16px; color: @textcolor1; border-radius: 5px 5px 5px 5px; - padding: 0px 2px 0px 10px; + padding: 0px 0px 0px 6px; opacity:0.8; border:3px solid @bordercolor; } @@ -258,6 +264,7 @@ window#waybar.empty #window { #backlight { background-color: @backgroundlight; + margin-left: 6px; font-size: 16px; color: @textcolor2; border-radius: 5px 5px 5px 5px; -- cgit v1.2.3