From c516bd3be3502c6c064f43fc6cb39260a0fe7ca5 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 11 Nov 2023 11:36:08 +0900 Subject: Waybar clean up and update --- config/waybar/style/style-colors-border.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config/waybar/style/style-colors-border.css') 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; -- cgit v1.2.3