wall paper
This commit is contained in:
parent
8de3de4701
commit
10166a73c5
|
@ -29,6 +29,8 @@
|
||||||
libdbusmenu-gtk3
|
libdbusmenu-gtk3
|
||||||
];
|
];
|
||||||
|
|
||||||
|
xdg.dataFile."wallpaper.jpg".source = ./wallpaper.jpg;
|
||||||
|
|
||||||
wayland.windowManager.sway = {
|
wayland.windowManager.sway = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wrapperFeatures.base = true;
|
wrapperFeatures.base = true;
|
||||||
|
@ -56,6 +58,9 @@
|
||||||
{ command = "${pkgs.waybar}/bin/waybar"; }
|
{ command = "${pkgs.waybar}/bin/waybar"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
output = {
|
||||||
|
"*" = { bg = "~/.local/share/wallpaper.jpg fill"; };
|
||||||
|
};
|
||||||
input = { "*" = { xkb_layout = "gb"; }; };
|
input = { "*" = { xkb_layout = "gb"; }; };
|
||||||
|
|
||||||
fonts = {
|
fonts = {
|
||||||
|
|
BIN
home/gui/environments/sway/wallpaper.jpg
Normal file
BIN
home/gui/environments/sway/wallpaper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 168 KiB |
Loading…
Reference in a new issue