aboutsummaryrefslogtreecommitdiff
path: root/home/wm
diff options
context:
space:
mode:
Diffstat (limited to 'home/wm')
-rw-r--r--home/wm/sway/default.nix2
-rw-r--r--home/wm/waybar/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/home/wm/sway/default.nix b/home/wm/sway/default.nix
index d3b758d..7433c38 100644
--- a/home/wm/sway/default.nix
+++ b/home/wm/sway/default.nix
@@ -34,7 +34,7 @@ in
menu = ''${pkgs.wofi}/bin/wofi -S drun -p "app:" -L 10'';
bars = [ ];
fonts = {
- names = [ "Source Code Pro" ];
+ names = [ "iosevka extended" ];
size = 10.0;
};
keybindings = lib.mkOptionDefault {
diff --git a/home/wm/waybar/style.css b/home/wm/waybar/style.css
index e4565c8..d50dd3d 100644
--- a/home/wm/waybar/style.css
+++ b/home/wm/waybar/style.css
@@ -6,7 +6,7 @@
padding: 0;
}
#waybar {
- font-family: Source Code Pro;
+ font-family: Iosevka Extended;
font-size: 15px;
}
window#waybar {