diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-11 11:36:08 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-11 11:36:08 +0900 |
| commit | c516bd3be3502c6c064f43fc6cb39260a0fe7ca5 (patch) | |
| tree | 4dae2043b8c233357fd6180eeaf62683bd43883c /config/waybar/style/style-colors.css | |
| parent | b69298b7d4c6763d429f8c537e58723fb4439748 (diff) | |
Waybar clean up and update
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;*/ |
