switched to desktop-utils paths
This commit is contained in:
parent
9b0e3084e7
commit
7031891d5d
4 changed files with 9 additions and 7 deletions
|
@ -12,6 +12,5 @@
|
|||
#PATH = [
|
||||
# "${XDG_BIN_HOME}"
|
||||
#];
|
||||
SCRIPTS = "$XDG_CONFIG_HOME/scripts";
|
||||
};
|
||||
}
|
|
@ -6,6 +6,9 @@
|
|||
systemd.variables = ["--all"];
|
||||
settings = {
|
||||
|
||||
|
||||
"$SCRIPTS" = "$XDG_CONFIG_HOME/desktop-utils/scripts";
|
||||
|
||||
misc = {
|
||||
disable_hyprland_logo=true;
|
||||
};
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
enable = true;
|
||||
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;
|
||||
|
||||
|
|
|
@ -63,19 +63,19 @@
|
|||
}
|
||||
|
||||
#suspend {
|
||||
background-image: image(url("/home/willifan/.config/wlogout/suspend.png"));
|
||||
background-image: image(url("/home/willifan/.config/desktop-utils/images/suspend.png"));
|
||||
}
|
||||
|
||||
#hibernate {
|
||||
background-image: image(url("/home/willifan/.config/wlogout/hibernate.png"));
|
||||
background-image: image(url("/home/willifan/.config/desktop-utils/images/hibernate.png"));
|
||||
}
|
||||
|
||||
#shutdown {
|
||||
background-image: image(url("/home/willifan/.config/wlogout/shutdown.png"));
|
||||
background-image: image(url("/home/willifan/.config/desktop-utils/images/shutdown.png"));
|
||||
}
|
||||
|
||||
#reboot {
|
||||
background-image: image(url("/home/willifan/.config/wlogout/reboot.png"));
|
||||
background-image: image(url("/home/willifan/.config/desktop-utils/images/reboot.png"));
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue