This commit is contained in:
EdenQwQ 2025-06-30 23:43:01 +08:00
parent cb592edb42
commit 0e6f0446c0
2 changed files with 3 additions and 2 deletions

View file

@ -27,6 +27,8 @@ let
swww kill
swww-daemon --namespace "background" &
swww-daemon --namespace "backdrop" &
swww restore --namespace "background"
swww restore --namespace "backdrop"
clash-meta -d ~/.config/clash &
wlsunset -s 00:00 -S 00:00 -t 5000 -T 5001 &
'';
@ -36,7 +38,7 @@ let
import subprocess
import json
wallpapers_path = "/home/eden/Pictures/Wallpapers/generated/"
wallpapers_path = "/home/${user}/Pictures/Wallpapers/generated/"
events_of_interest = [
"Workspace changed",
"Workspace focused",

View file

@ -8,6 +8,5 @@
custom-colorschemes = pkgs.callPackage ./customColorSchemes { };
hellwm = pkgs.callPackage ./hellwm.nix { };
wallpapers = pkgs.callPackage ./wallpapers.nix { };
wechat = pkgs.callPackage ./wechat.nix { };
maple-mono-variable = pkgs.callPackage ./maple-mono-variable.nix { };
}