diff options
| author | Ahum Maitra <theahummaitra@gmail.com> | 2026-01-11 23:10:19 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 12:40:19 -0500 |
| commit | 842a0b42c21e9f4fd6b8aed34a7829784563ecfe (patch) | |
| tree | 63b7e0592dc0ba22efe06609b40ae25064544118 /config | |
| parent | 139b9d7a197f1a02e59e88851d5e70d07ded38fd (diff) | |
enhancement: Improved ML4W glass theme for waybar (#919)
Fixed margin/paddings issues. Thank you
Diffstat (limited to 'config')
| -rw-r--r-- | config/waybar/style/ML4W Glass.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/waybar/style/ML4W Glass.css b/config/waybar/style/ML4W Glass.css index 066eb7fc..9b2b77c1 100644 --- a/config/waybar/style/ML4W Glass.css +++ b/config/waybar/style/ML4W Glass.css @@ -1,4 +1,4 @@ -/* ML4W GLASS THEME - CRYSTAL CLEAR */ +/* ML4W GLASS THEME */ /* SPDX-FileCopyrightText: 2026-present Ahum Maitra theahummaitra@gmail.com SPDX-License-Identifier: GPL-3.0-or-later */ @@ -21,6 +21,8 @@ General /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 97%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; + margin-top: 3px; + padding-bottom: 2px; } @import "style/ML4W/glass.css"; |
