diff options
Diffstat (limited to 'config/waybar/style/style-colors-border.css')
| -rw-r--r-- | config/waybar/style/style-colors-border.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/waybar/style/style-colors-border.css b/config/waybar/style/style-colors-border.css index 5e5bbb08..4aaef8ef 100644 --- a/config/waybar/style/style-colors-border.css +++ b/config/waybar/style/style-colors-border.css @@ -1,16 +1,17 @@ -*{ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +* { font-family: "JetBrainsMono Nerd Font"; font-weight: bold; min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ font-size: 98%; font-feature-settings: '"zero", "ss01", "ss02", "ss03", "ss04", "ss05", "cv31"'; -padding: 0px; +padding: 1px; margin-top: 1px; margin-bottom: 1px; } - window#waybar { /* background-color: rgba(26, 27, 38, 0.5); */ background-color: transparent; |
