From 10502e2b6dae79755d3720892ac109e36775323e Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 24 Aug 2025 03:37:28 +0200 Subject: waybar: change font to sansSerif --- modules/hm/sils/theming.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/hm/sils/theming.nix b/modules/hm/sils/theming.nix index 958560d..9b7535c 100644 --- a/modules/hm/sils/theming.nix +++ b/modules/hm/sils/theming.nix @@ -19,6 +19,14 @@ in { accent = "mauve"; }; }; + targets = { + waybar = { + enableCenterBackColors = false; + enableLeftBackColors = false; + enableRightBackColors = false; + font = "sansSerif"; + }; + }; }; }; } -- cgit 1.4.1