diff options
| author | JaKooLit <jimmielovejay.com> | 2023-12-14 23:58:12 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-12-14 23:58:22 +0900 |
| commit | 5d6f1cb2331a004c0a2f34154083659ee0a488d0 (patch) | |
| tree | 6602c0605eb4c6d6a798a32cc570bde97c0a1667 | |
| parent | 8f0c8274a8834c9eaad69764e81db96e166cb950 (diff) | |
added waybar simple style
| -rw-r--r-- | config/waybar/style/Simple Style.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/waybar/style/Simple Style.css b/config/waybar/style/Simple Style.css index 1bedf170..23a642fc 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 { |
