Add wallpaper for Luci

This commit is contained in:
Yorick Barbanneau 2023-11-09 22:33:52 +01:00
parent 51afc24d89
commit c7da0e9251

View file

@ -1,5 +1,6 @@
_: {
wayland.windowManager.sway.config.input = {
wayland.windowManager.sway.config = {
input = {
"1:1:AT_Translated_Set_2_keyboard" = {
xkb_layout = "us";
xkb_variant = "altgr-intl";
@ -12,4 +13,11 @@ _: {
"pointer_accel" = "0.3";
};
};
output = {
"eDP-1" = {
bg = "~/medias/images/wallpapers/wallpaper.png center #000000";
};
};
};
}