From 0e7568b7461f75639243466f10c002441c91469d Mon Sep 17 00:00:00 2001 From: kenji Date: Mon, 29 Dec 2025 13:48:16 -0600 Subject: [PATCH] fix(hyprpaper): add features pls --- apps/hyprpaper/switch-wallpaper.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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