talos: home: setup swaybg
This commit is contained in:
parent
d8de5ac7d3
commit
659aed60d7
|
@ -33,6 +33,7 @@ in {
|
||||||
chromium # some websites only work there :(
|
chromium # some websites only work there :(
|
||||||
nwg-displays
|
nwg-displays
|
||||||
shikane # output autoconfig
|
shikane # output autoconfig
|
||||||
|
swaybg
|
||||||
zotero
|
zotero
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -101,6 +102,10 @@ in {
|
||||||
startup = [
|
startup = [
|
||||||
{command = "shikane";}
|
{command = "shikane";}
|
||||||
{command = "waybar";}
|
{command = "waybar";}
|
||||||
|
{
|
||||||
|
command = "swaybg --image ~/.wallpaper --mode fill";
|
||||||
|
always = true;
|
||||||
|
}
|
||||||
{command = "swayidle -w idlehint 1 before-sleep \"${lock}\"";}
|
{command = "swayidle -w idlehint 1 before-sleep \"${lock}\"";}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue