diff --git a/apps/hyprpaper/switch-wallpaper.nix b/apps/hyprpaper/switch-wallpaper.nix index 170a332..27a9b72 100644 --- a/apps/hyprpaper/switch-wallpaper.nix +++ b/apps/hyprpaper/switch-wallpaper.nix @@ -1,4 +1,13 @@ {pkgs, ...}: { + # FIXME: please revise to use uwsm and xdg-terminal-exec + # also, add features and fix the following: + # * multiple wallpapers + # * day/noon/night wallpaper + # * set first, default wallpaper to hyprland one-dark + # * be consistent in formatting! + + # flow: + # Menu for options: 1. Single Wallpaper, 2. Multiple Wallpapers, 3. Timed Wallpapers home.packages = with pkgs; [ (writeShellScriptBin "hakase-wallpaper-switch" '' if [[ "$1" != "run" ]]; then