diff --git a/modules/application-groups/system-utilities.nix b/modules/application-groups/system-utilities.nix index e7b22e1..f4a910b 100644 --- a/modules/application-groups/system-utilities.nix +++ b/modules/application-groups/system-utilities.nix @@ -31,6 +31,7 @@ imagemagick iotop jq + kdePackages.qt6ct killall kitty lf @@ -54,6 +55,7 @@ usbutils util-linux wget + xev xfce.mousepad ]; diff --git a/users/caperren/caperren.nix b/users/caperren/caperren.nix index 070dd20..bd3a511 100644 --- a/users/caperren/caperren.nix +++ b/users/caperren/caperren.nix @@ -49,7 +49,7 @@ in # Application config files home.file.".config/hypr/hypridle.conf".source = ./dotfiles/hypridle/hypridle.conf; home.file.".config/hypr/hyprpaper.conf".source = ./dotfiles/hyprpaper/hyprpaper.conf; - home.file.".config/hypr/backgrounds/black.png".source = ./dotfiles/hyprpaper/black.png; + home.file.".config/hypr/backgrounds/black.png".source = ./dotfiles/hyprpaper/backgrounds/black.png; home.file.".config/hypr/hyprland-common.conf".source = ./dotfiles/hyprland/hyprland-common.conf; home.file.".config/hypr/hyprland.conf".source = hyprlandConfigPath + "/hyprland.conf"; home.file.".config/kanshi/config".source = kanshiConfigPath + "/config"; diff --git a/users/caperren/dotfiles/hyprland/hyprland-common.conf b/users/caperren/dotfiles/hyprland/hyprland-common.conf index cd0e0d5..d164ede 100644 --- a/users/caperren/dotfiles/hyprland/hyprland-common.conf +++ b/users/caperren/dotfiles/hyprland/hyprland-common.conf @@ -4,11 +4,11 @@ monitor=,preferred,auto,1 # Set programs that you use $terminal = kitty $fileManager = thunar -$menu = bemenu-run +$menu = bemenu-run --line-height 22 --hf "##10AC25" --ff "##10AC25" --tf "##10AC25" # Some default env vars env = XCURSOR_SIZE,24 -env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that +env = QT_QPA_PLATFORMTHEME,qt6ct input { kb_layout = us diff --git a/users/caperren/dotfiles/hyprpaper/backgrounds/1.jpg b/users/caperren/dotfiles/hyprpaper/backgrounds/1.jpg new file mode 100644 index 0000000..e4ad87a Binary files /dev/null and b/users/caperren/dotfiles/hyprpaper/backgrounds/1.jpg differ diff --git a/users/caperren/dotfiles/hyprpaper/black.png b/users/caperren/dotfiles/hyprpaper/backgrounds/black.png similarity index 100% rename from users/caperren/dotfiles/hyprpaper/black.png rename to users/caperren/dotfiles/hyprpaper/backgrounds/black.png