Add a wallpaper
This commit is contained in:
parent
4d6d7f2f37
commit
8884bcc989
2 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ in
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
menu = "${rofi}/bin/rofi -show combi";
|
menu = "${rofi}/bin/rofi -show combi";
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
|
output = {
|
||||||
|
"*" = {
|
||||||
|
bg = "${./wallpaper.png} fill";
|
||||||
|
};
|
||||||
|
};
|
||||||
input = {
|
input = {
|
||||||
"*" = {
|
"*" = {
|
||||||
xkb_layout = "pl";
|
xkb_layout = "pl";
|
||||||
|
|
BIN
users/profiles/sway/wallpaper.png
Normal file
BIN
users/profiles/sway/wallpaper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 MiB |
Loading…
Reference in a new issue