fix(hyprpaper): comply with new naming scheme

This commit is contained in:
2025-08-31 15:00:35 +02:00
parent 3ca2291784
commit bab015f8ec

View File

@@ -47,12 +47,12 @@ in
wallpaper = [
# kima
"DP-3,${osConfig.settings.theme.background.desktop}"
"HDMI-A-1,${osConfig.settings.theme.background.vertical}"
"DP-3,${osConfig.settings.theme.background.primary}"
"HDMI-A-1,${osConfig.settings.theme.background.secondary}"
# bunk
"eDP-1,${osConfig.settings.theme.background.desktop}"
"eDP-1,${osConfig.settings.theme.background.primary}"
# toothpc
"DVI-D-1,${osConfig.settings.theme.background.desktop}"
"DVI-D-1,${osConfig.settings.theme.background.primary}"
];
};
};