diff --git a/home-manager/dotfiles/waybar/config.jsonc b/home-manager/dotfiles/waybar/config.jsonc index 99f54ca..c8b6f03 100644 --- a/home-manager/dotfiles/waybar/config.jsonc +++ b/home-manager/dotfiles/waybar/config.jsonc @@ -31,22 +31,22 @@ "custom/power" ], // Modules configuration - // "sway/workspaces": { - // "disable-scroll": true, - // "all-outputs": true, - // "warp-on-scroll": false, - // "format": "{name}: {icon}", - // "format-icons": { - // "1": "", - // "2": "", - // "3": "", - // "4": "", - // "5": "", - // "urgent": "", - // "focused": "", - // "default": "" - // } - // }, + "hyprland/workspaces": { + "disable-scroll": true, + "all-outputs": true, + "warp-on-scroll": false, + "format": "{name}: {icon}", + "format-icons": { + // "1": "", + // "2": "", + // "3": "", + // "4": "", + // "5": "", + "urgent": "", + "active": "", + "default": "" + } + }, "keyboard-state": { "numlock": true, "capslock": true, diff --git a/home-manager/home.nix b/home-manager/home.nix index de6925a..02b4ea3 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -97,6 +97,7 @@ in wofi dolphin waybar + font-awesome (nerdfonts.override { fonts = [ "JetBrainsMono" ]; }) ];