Sun Jun 2 04:38:31 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-02 16:46:57 +02:00
parent e80a006602
commit bc9d05a8b4
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@
services.hyprpaper = { services.hyprpaper = {
settings = { settings = {
wallpaper = [ wallpaper = [
"DP-3,${./files/wallpaper.png}" "DP-3,${./hyprland/files/wallpaper.png}"
"DP-2,${./files/wallpaper.png}" "DP-2,${./hyprland/files/wallpaper.png}"
"HDMI-A-1,${./files/wallpaper.png}" "HDMI-A-1,${./hyprland/files/wallpaper.png}"
]; ];
}; };
}; };