refactor(sway): rework wallpapers integration
This commit is contained in:
parent
61685e8253
commit
674d531d32
5 changed files with 28 additions and 8 deletions
|
@ -25,6 +25,8 @@
|
|||
desktop.sway = {
|
||||
enable = true;
|
||||
kanshi = true;
|
||||
wallpapers.lockscreen = "${./files/lockscreen.png}";
|
||||
wallpapers.desktop = "${./files/wallpaper.png} center #000000";
|
||||
waybar = {
|
||||
laptop = true;
|
||||
gpuThermal = {
|
||||
|
|
|
@ -15,11 +15,5 @@ _:
|
|||
"pointer_accel" = "0.3";
|
||||
};
|
||||
};
|
||||
|
||||
output = {
|
||||
"*" = {
|
||||
bg = "${../files/wallpaper.png} center #000000";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue