+19
-1
flake.lock
+19
-1
flake.lock
······
+19
-3
flake.nix
+19
-3
flake.nix
······-outputs = { self, nixpkgs, nixpkgs-unstable, eilean, home-manager, ryan-website, patchelf, twitcher, nixos-hardware, eeww, aeon, ... }@inputs: rec {
+2
-2
modules/personal/gui/i3.nix
+2
-2
modules/personal/gui/i3.nix
···+home-manager.users.${config.custom.username} = import ../home/i3.nix { inherit pkgs lib wallpapers; };
+2
-2
modules/personal/gui/sway.nix
+2
-2
modules/personal/gui/sway.nix
···+home-manager.users.${config.custom.username} = import ../home/sway.nix { inherit pkgs lib wallpapers; };
+6
-2
modules/personal/home/i3.nix
+6
-2
modules/personal/home/i3.nix
·········
+4
-2
modules/personal/home/sway.nix
+4
-2
modules/personal/home/sway.nix
·········
+1
-3
modules/personal/home/wm/scripts/set_random_wallpaper.sh
+1
-3
modules/personal/home/wm/scripts/set_random_wallpaper.sh
+3
-5
modules/personal/home/wm/scripts/set_selected_wallpaper.sh
+3
-5
modules/personal/home/wm/scripts/set_selected_wallpaper.sh
···-WALLPAPER=$(ls $WALLPAPER_DIR | while read A ; do echo -en "$A\x00icon\x1f$WALLPAPER_DIR/$A\n"; done | rofi -dmenu -p "$(basename "$(readlink -f $WALLPAPER_DIR/default)")") || exit 1+WALLPAPER=$(ls $WALLPAPER_DIR | while read A ; do echo -en "$A\x00icon\x1f$WALLPAPER_DIR/$A\n"; done | rofi -dmenu -p "$(basename "$(readlink -f $HOME/.cache/wallpaper)")") || exit 1-# WALLPAPER=$(ls $WALLPAPER_DIR | while read A ; do echo -en "img:$WALLPAPER_DIR/${A}:text:${A}\n"; done | wofi -d -I -p "$(basename "$(readlink -f $WALLPAPER_DIR/default)")") || exit 1I+# WALLPAPER=$(ls $WALLPAPER_DIR | while read A ; do echo -en "img:$WALLPAPER_DIR/${A}:text:${A}\n"; done | wofi -d -I -p "$(basename "$(readlink -f $HOME/.cache/wallpaper)")") || exit 1I
+1
-3
modules/personal/home/wm/scripts/set_wallpaper.sh
+1
-3
modules/personal/home/wm/scripts/set_wallpaper.sh