switched to desktop-utils paths

This commit is contained in:
willifan 2024-06-03 12:42:43 +02:00
parent 9b0e3084e7
commit 7031891d5d
4 changed files with 9 additions and 7 deletions

View file

@ -12,6 +12,5 @@
#PATH = [ #PATH = [
# "${XDG_BIN_HOME}" # "${XDG_BIN_HOME}"
#]; #];
SCRIPTS = "$XDG_CONFIG_HOME/scripts";
}; };
} }

View file

@ -6,6 +6,9 @@
systemd.variables = ["--all"]; systemd.variables = ["--all"];
settings = { settings = {
"$SCRIPTS" = "$XDG_CONFIG_HOME/desktop-utils/scripts";
misc = { misc = {
disable_hyprland_logo=true; disable_hyprland_logo=true;
}; };

View file

@ -5,9 +5,9 @@
enable = true; enable = true;
settings = { settings = {
preload = "/home/willifan/.config/hypr/Bob Ross.png"; preload = "/home/willifan/.config/desktop-utils/images/Bob Ross.png";
wallpaper = ",/home/willifan/.config/hypr/Bob Ross.png"; wallpaper = ",/home/willifan/.config/desktop-utils/images/Bob Ross.png";
splash = true; splash = true;

View file

@ -63,19 +63,19 @@
} }
#suspend { #suspend {
background-image: image(url("/home/willifan/.config/wlogout/suspend.png")); background-image: image(url("/home/willifan/.config/desktop-utils/images/suspend.png"));
} }
#hibernate { #hibernate {
background-image: image(url("/home/willifan/.config/wlogout/hibernate.png")); background-image: image(url("/home/willifan/.config/desktop-utils/images/hibernate.png"));
} }
#shutdown { #shutdown {
background-image: image(url("/home/willifan/.config/wlogout/shutdown.png")); background-image: image(url("/home/willifan/.config/desktop-utils/images/shutdown.png"));
} }
#reboot { #reboot {
background-image: image(url("/home/willifan/.config/wlogout/reboot.png")); background-image: image(url("/home/willifan/.config/desktop-utils/images/reboot.png"));
} }
''; '';
}; };