summaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/style.css4
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; */
}