Compare commits
No commits in common. "8033f5b20b4d257c399f5a0ca31c3457b7499edc" and "522335f72b4f145139fadb96964a79272636d38e" have entirely different histories.
8033f5b20b
...
522335f72b
4 changed files with 7 additions and 9 deletions
|
@ -12,5 +12,6 @@
|
||||||
#PATH = [
|
#PATH = [
|
||||||
# "${XDG_BIN_HOME}"
|
# "${XDG_BIN_HOME}"
|
||||||
#];
|
#];
|
||||||
|
SCRIPTS = "$XDG_CONFIG_HOME/scripts";
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -6,9 +6,6 @@
|
||||||
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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
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;
|
splash = true;
|
||||||
|
|
||||||
|
|
|
@ -63,19 +63,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#suspend {
|
#suspend {
|
||||||
background-image: image(url("/home/willifan/.config/desktop-utils/images/suspend.png"));
|
background-image: image(url("/home/willifan/.config/wlogout/suspend.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#hibernate {
|
#hibernate {
|
||||||
background-image: image(url("/home/willifan/.config/desktop-utils/images/hibernate.png"));
|
background-image: image(url("/home/willifan/.config/wlogout/hibernate.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#shutdown {
|
#shutdown {
|
||||||
background-image: image(url("/home/willifan/.config/desktop-utils/images/shutdown.png"));
|
background-image: image(url("/home/willifan/.config/wlogout/shutdown.png"));
|
||||||
}
|
}
|
||||||
|
|
||||||
#reboot {
|
#reboot {
|
||||||
background-image: image(url("/home/willifan/.config/desktop-utils/images/reboot.png"));
|
background-image: image(url("/home/willifan/.config/wlogout/reboot.png"));
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue