From 67c96dc3bd4771be765c01f77ac47fd0cd2d8af5 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 23 Sep 2023 14:11:33 -0500 Subject: [PATCH] Flake's font is now respected by waybar --- user/wm/hyprland/hyprland.nix | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index 2b2e98e..c4ab571 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -387,15 +387,24 @@ "wlr/workspaces" = { "format" = "{icon}"; "format-icons" = { - "1" = "󱚌 ¹"; - "2" = "󰈹 ²"; - "3" = "󰈮 ³"; - "4" = "󱍙 ⁴"; - "5" = "⁵"; - "6" = "󰄄 ⁶"; - "7" = "⁷"; - "8" = "⁸"; - "9" = "⁹"; + "1" = "notes¹"; + "2" = "web²"; + "3" = "dev³"; + "4" = "music⁴"; + "5" = "art⁵"; + "6" = "rec⁶"; + "7" = "money⁷"; + "8" = "edu⁸"; + "9" = "games⁹"; +# "1" = "¹󱚌"; +# "2" = "²󰈹"; +# "3" = "³󰈮"; +# "4" = "⁴󱍙"; +# "5" = "⁵"; +# "6" = "⁶󰄄"; +# "7" = "⁷"; +# "8" = "⁸"; +# "9" = "⁹"; }; "persistent_workspaces" = { "1" = [ ]; @@ -477,7 +486,8 @@ style = '' * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: FontAwesome, Inconsolata; + font-family: FontAwesome, ''+font+''; + font-size: 20px; }