diff options
| author | krolxon <krolyxon@tutanota.com> | 2025-08-15 12:29:09 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2025-08-15 12:29:09 +0530 |
| commit | 6f44baa34babda4c893e6dae08940ab8494f47e6 (patch) | |
| tree | b98826a7226cababece9c16c8e0d056fb692693e /.config/waybar/style.css | |
| parent | 90c15239654e7a5c71c64b787b7d1d43c5755d1d (diff) | |
rofi: remove borders and location on top
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 1ca572d..1e0c6bf 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -36,7 +36,7 @@ @define-color rosewater #f5e0dc; * { -font-family: "JetBrainsMono Nerd Font", "FontAwesome"; +font-family: "Fira Code", "FontAwesome"; font-weight: bold; min-height: 0; /* set font-size to 100% if font scaling is set to 1.00 using nwg-look */ @@ -129,7 +129,7 @@ window#waybar.hidden { #workspaces button.active, #workspaces button.visible { /* background-color: #4c566a; */ - color: @crust; + color: @surface0; background-color: #7da6ff; /* box-shadow: inset 0 -4px #eceff4; */ } |
