Move wallpaper commands
This commit is contained in:
parent
77dcc187f5
commit
04064e6440
|
@ -25,7 +25,6 @@ in
|
||||||
# Load 4k Xresources
|
# Load 4k Xresources
|
||||||
xsession.initExtra = ''
|
xsession.initExtra = ''
|
||||||
xrdb -merge ~/.config/X11/.Xresources
|
xrdb -merge ~/.config/X11/.Xresources
|
||||||
feh --bg-fill ~/wallpaper.jpg
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,7 +107,12 @@ in
|
||||||
{ command = "discord"; }
|
{ command = "discord"; }
|
||||||
{ command = "dex -ae i3"; }
|
{ command = "dex -ae i3"; }
|
||||||
{ command = "ibus-daemon -drxR"; }
|
{ command = "ibus-daemon -drxR"; }
|
||||||
];
|
] ++
|
||||||
|
(
|
||||||
|
if (config.linux.graphical.wallpaper != "")
|
||||||
|
then [{ command = "${pkgs.feh}/bin/feh --bg-fill ${config.linux.graphical.wallpaper}"; }]
|
||||||
|
else [ ]
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue