diff options
author | Silas Schöffel <sils@sils.li> | 2025-08-24 03:37:28 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-08-24 03:37:28 +0200 |
commit | 10502e2b6dae79755d3720892ac109e36775323e (patch) | |
tree | 3d8c4c048f96aead53bd1255032a2534fa5c3ae0 | |
parent | hyprland: beautify (diff) | |
download | nix-config-10502e2b6dae79755d3720892ac109e36775323e.zip |
waybar: change font to sansSerif
-rw-r--r-- | modules/hm/sils/theming.nix | 8 |
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"; + }; + }; }; }; } |