From 22b8483178fa1cb798fd31501a9c81497f0e2b0f Mon Sep 17 00:00:00 2001 From: krolxon Date: Mon, 24 Nov 2025 23:38:30 +0530 Subject: change gtk theme and starting using JetBrainsMono Nerd font again --- .config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/waybar/style.css') diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 79355fe..5dc9387 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -1,7 +1,7 @@ @import url('../../.cache/wal/colors-waybar.css'); * { -font-family: "Fira Code", "FontAwesome"; +font-family: "Jetbrains Mono Nerd", "FontAwesome"; font-weight: bold; min-height: 0; font-size: 96%; -- cgit v1.2.3