aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2025-08-24 03:37:28 +0200
committerSilas Schöffel <sils@sils.li>2025-08-24 03:37:28 +0200
commit10502e2b6dae79755d3720892ac109e36775323e (patch)
tree3d8c4c048f96aead53bd1255032a2534fa5c3ae0
parenthyprland: beautify (diff)
downloadnix-config-10502e2b6dae79755d3720892ac109e36775323e.zip
waybar: change font to sansSerif
-rw-r--r--modules/hm/sils/theming.nix8
1 files changed, 8 insertions, 0 deletions
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";
+ };
+ };
};
};
}