fix(hyprpaper): comply with new naming scheme
This commit is contained in:
@@ -47,12 +47,12 @@ in
|
|||||||
|
|
||||||
wallpaper = [
|
wallpaper = [
|
||||||
# kima
|
# kima
|
||||||
"DP-3,${osConfig.settings.theme.background.desktop}"
|
"DP-3,${osConfig.settings.theme.background.primary}"
|
||||||
"HDMI-A-1,${osConfig.settings.theme.background.vertical}"
|
"HDMI-A-1,${osConfig.settings.theme.background.secondary}"
|
||||||
# bunk
|
# bunk
|
||||||
"eDP-1,${osConfig.settings.theme.background.desktop}"
|
"eDP-1,${osConfig.settings.theme.background.primary}"
|
||||||
# toothpc
|
# toothpc
|
||||||
"DVI-D-1,${osConfig.settings.theme.background.desktop}"
|
"DVI-D-1,${osConfig.settings.theme.background.primary}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user