Compare commits

..

No commits in common. "8033f5b20b4d257c399f5a0ca31c3457b7499edc" and "522335f72b4f145139fadb96964a79272636d38e" have entirely different histories.

4 changed files with 7 additions and 9 deletions

View file

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

View file

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

View file

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

View file

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