diff --git a/.gitignore b/.gitignore index f50ce71..27c3ba7 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ !*.mp3 !*.nix !*.nu +!*.png !*.sh diff --git a/flake.nix b/flake.nix index c259da0..e56c861 100644 --- a/flake.nix +++ b/flake.nix @@ -129,10 +129,10 @@ }; theme = themes.custom (themes.raw.gruvbox-dark-hard // { - corner-radius = 8; - border-width = 3; + corner-radius = 0; + border-width = 1; - margin = 6; + margin = 0; padding = 8; font.size.normal = 12; diff --git a/machines/enka/hyprland/default.nix b/machines/enka/hyprland/default.nix index ef84e78..f2ef57e 100644 --- a/machines/enka/hyprland/default.nix +++ b/machines/enka/hyprland/default.nix @@ -20,11 +20,11 @@ '' + '' - exec-once = wpaperd - exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store + exec = swaybg --image ${./wallpaper.png} + exec = pkill --signal SIGUSR2 waybar '' + @@ -211,14 +211,6 @@ } ''; }; - - programs.wpaperd = enabled { - settings.default = { - duration = "10m"; - path = "/home/nixos/Pictures/Wallpapers"; - sorting = "ascending"; - }; - }; }) (with pkgs; homePackages "nixos" [ @@ -227,6 +219,7 @@ grim slurp swappy + swaybg upkgs.hyprpicker wl-clipboard xdg-utils diff --git a/machines/enka/hyprland/wallpaper.png b/machines/enka/hyprland/wallpaper.png new file mode 100644 index 0000000..021abeb Binary files /dev/null and b/machines/enka/hyprland/wallpaper.png differ