home,sway: use built-in functionality for wallpaper
This commit is contained in:
parent
7e74199ea3
commit
a5e6e42ee9
2 changed files with 5 additions and 2 deletions
|
@ -25,7 +25,6 @@
|
|||
grim
|
||||
slurp
|
||||
swappy
|
||||
swww
|
||||
mpvpaper
|
||||
libnotify
|
||||
jq
|
||||
|
|
|
@ -35,6 +35,11 @@
|
|||
outer = 4;
|
||||
#smartGaps = true;
|
||||
};
|
||||
output = {
|
||||
eDP-1 = {
|
||||
bg = "~/.local/share/backgrounds/wallpaper1.png fill";
|
||||
};
|
||||
};
|
||||
|
||||
### Inputs
|
||||
input = {
|
||||
|
@ -51,7 +56,6 @@
|
|||
|
||||
### Autostarts
|
||||
startup = [
|
||||
{command = "${pkgs.swww}/bin/swww init";}
|
||||
{command = "${pkgs.waybar}/bin/waybar";}
|
||||
{command = "${pkgs.wl-clipboard}/bin/wl-paste --watch cliphist store";}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue