diff --git a/home/waybar/default.nix b/home/waybar/default.nix index 5964f34..e7175be 100644 --- a/home/waybar/default.nix +++ b/home/waybar/default.nix @@ -46,7 +46,7 @@ in { icon = false; }; "hyprland/window" = { - format = " {}"; + format = "{}"; seperate-outputs = true; max-length = 35; }; diff --git a/home/waybar/style.scss b/home/waybar/style.scss index 77063e3..d8036a0 100644 --- a/home/waybar/style.scss +++ b/home/waybar/style.scss @@ -34,7 +34,7 @@ $crust: #11111b; * { all: unset; - font-family: FontAwesome, JetBrainsMono Nerd Font; + font-family: FontAwesome, jost; font-size: 13px; font-weight: bold; color: $text;