From 5d6f1cb2331a004c0a2f34154083659ee0a488d0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Thu, 14 Dec 2023 23:58:12 +0900 Subject: [PATCH] added waybar simple style --- config/waybar/style/Simple Style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css index 1bedf17..23a642f 100644 --- a/config/waybar/style/Simple Style.css +++ b/config/waybar/style/Simple Style.css @@ -1,3 +1,7 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Simple Style */ + + @define-color background #1d2021; @define-color foreground #ebdbb2; @define-color dim #928374; @@ -9,7 +13,7 @@ background: @background; border: none; border-radius: 0; - font-family: "JetBrainsMono Nerd Font"; + font-family: "JetBrainsMono Nerd Font"; font-size: 97%; } @@ -25,7 +29,6 @@ window#waybar { background: transparent; color: @foreground; border-top: 3px solid @background; - border-bottom: 3px solid transparent; } #workspaces button.active {