diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-19 01:18:10 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-19 01:18:10 -0500 |
| commit | 5d1bbd7e7ba0ea328f00fc77c3ae2c47c36965d5 (patch) | |
| tree | 0a15899287238b1973d06fb62b39dd9e0230a74e /config/waybar/style/ML4W Glass.css | |
| parent | 3363d48f00d92bbefe1a65c5331a5671ef88ae6a (diff) | |
Fixed glass styles - modified default laptop config file
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
modified: waybar/configs/[TOP] Default Laptop
new file: waybar/configs/[TOP] Default Laptop (old v5)
new file: waybar/style/Crystal Clear Glass.css
new file: waybar/style/ML4W Glass-3d.css
modified: waybar/style/ML4W Glass.css
Diffstat (limited to 'config/waybar/style/ML4W Glass.css')
| -rw-r--r-- | config/waybar/style/ML4W Glass.css | 46 |
1 files changed, 7 insertions, 39 deletions
diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index bba95214..c02520bd 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -1,4 +1,4 @@ -/* ML4W GLASS THEME */ +/* ML4W GLASS THEME - CRYSTAL CLEAR */ /* SPDX-FileCopyrightText: 2026-present Ahum Maitra theahummaitra@gmail.com SPDX-License-Identifier: GPL-3.0-or-later */ @@ -26,25 +26,9 @@ General } @import "style/ML4W/glass.css"; -/* Soft-neutral override: keeps glass gradients but avoids red-dominant palettes */ -@define-color surface @background-alt; -@define-color surface_dim @background; -@define-color primary @foreground; -@define-color on_primary @background; -@define-color on_primary_fixed @background; -@define-color on_primary_fixed_variant @foreground; -@define-color secondary @foreground; -@define-color on_secondary @background; -@define-color on_tertiary_fixed @background; -@define-color on_tertiary_fixed_variant @foreground; -@define-color error @foreground; -@define-color on_error @background; -@define-color accent @color12; /* wallust primary for subtle highlights */ window#waybar { background: transparent; - border: 0; - outline: none; } .modules-left { @@ -62,9 +46,7 @@ window#waybar { opacity: 0.8; padding: 0px; margin: 10px; - box-shadow: - inset 0 -2px 0 alpha(@accent, 0.45), - inset 1px 2px 2px rgba(255, 255, 255, 0.2); + box-shadow: inset 1px 2px 2px rgba(255, 255, 255, 0.2); } .modules-right { @@ -82,9 +64,7 @@ window#waybar { opacity: 0.8; padding: 0px; margin: 10px; - box-shadow: - inset 0 -2px 0 alpha(@accent, 0.45), - inset 1px 2px 2px rgba(255, 255, 255, 0.3); + box-shadow: inset 1px 2px 2px rgba(255, 255, 255, 0.3); } .modules-center { @@ -101,9 +81,7 @@ window#waybar { border: 1px solid transparent; opacity: 0.8; margin: 10px; - box-shadow: - inset 0 -2px 0 alpha(@accent, 0.45), - inset 0px 2px 2px rgba(255, 255, 255, 0.2); + box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.2); } label.module { @@ -153,15 +131,14 @@ label.module:hover { } #workspaces button.active { - background: alpha(@accent, 0.20); + background: alpha(@primary, 0.2); border: 1px solid transparent; transition: all 0.3s ease-in-out; min-width: 30px; border-radius: 8px; box-shadow: - inset 0 -3px 0 alpha(@accent, 0.8), - inset 1px 2px 2px rgba(255, 255, 255, 0.45), - inset 0 1px 1px rgba(255, 255, 255, 0.7); + inset 1px 2px 2px rgba(255, 255, 255, 0.5), + inset 0 1px 1px rgba(255, 255, 255, 0.8); } #workspaces button:hover { @@ -194,21 +171,12 @@ tooltip label { #window { background-color: transparent; - /* Override global margin/padding so the window pill hugs the bar edges */ - margin: 0; - padding: 0; } window#waybar.empty #window { background-color: transparent; } -/* Tighter content padding specifically for the window title */ -#window label { - margin: 0; - padding: 4px 10px; -} - /* ----------------------------------------------------- * Taskbar * ----------------------------------------------------- */ |
