diff --git a/flake.nix b/flake.nix index 28dd758..d990a65 100644 --- a/flake.nix +++ b/flake.nix @@ -40,6 +40,7 @@ signingKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKxyiqawA95AlLjXGd99sQCVR2rDq2/D7PG/vz7sZv5G"; mainMonitor = "DP-1"; + statusBar = "ashell"; # available: ashell|waybar pathConfig = { wallpaper = "Obrazy/tapety/catppuccin"; diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix index 6eea938..169a8c3 100644 --- a/modules/hypr/hyprland.nix +++ b/modules/hypr/hyprland.nix @@ -1,4 +1,9 @@ -{ isNixOS, lib, ... }: +{ + isNixOS, + lib, + userConfig, + ... +}: { wayland.windowManager.hyprland = { @@ -141,7 +146,7 @@ "wl-paste --type text --watch cliphist store" "wl-paste --type image --watch cliphist store" "uwsm app -- kdeconnect-indicator" - "uwsm app -- ashell" + "uwsm app -- ${userConfig.statusBar}" "swww-daemon" "openrgb -c $openrgb_color" ];