diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-11 11:50:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-11 11:50:01 +0900 |
| commit | 391e4762befd0cbd0c7db8bb43a8b5871898c462 (patch) | |
| tree | 3bb61a4e7e1d3674ae4af4af8880d63295d1c786 /config/waybar/style/style-colors.css | |
| parent | b69298b7d4c6763d429f8c537e58723fb4439748 (diff) | |
| parent | 501587a60172e955e0df3e9b3480f16bedd7698f (diff) | |
Merge pull request #17 from JaKooLit/Dev
Additional waybar tweaks. Added Catppuccin Mocha and Latte waybar themes.
Diffstat (limited to 'config/waybar/style/style-colors.css')
| -rw-r--r-- | config/waybar/style/style-colors.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/waybar/style/style-colors.css b/config/waybar/style/style-colors.css index d2733705..2bae4fb8 100644 --- a/config/waybar/style/style-colors.css +++ b/config/waybar/style/style-colors.css @@ -12,20 +12,20 @@ @define-color accent5 #7da6ff; @define-color accent6 #0db9d7; -*{ +/* ---- 💫 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; } -/* icons start at U+E900 in Jetbrains mono in gucharmap */ - window#waybar { background-color: rgba(50, 50, 50, 0.0); /*background-color: @bgcolor;*/ |
