mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
fix
This commit is contained in:
parent
cb592edb42
commit
0e6f0446c0
2 changed files with 3 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue