From 6f44baa34babda4c893e6dae08940ab8494f47e6 Mon Sep 17 00:00:00 2001 From: krolxon Date: Fri, 15 Aug 2025 12:29:09 +0530 Subject: rofi: remove borders and location on top --- .config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/waybar') 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; */ } -- cgit v1.2.3