mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
Added wallpapers to gui module
This commit is contained in:
parent
49f8b3f33c
commit
89f65665b3
2 changed files with 2 additions and 2 deletions
|
|
@ -17,13 +17,13 @@ in
|
||||||
HDMI-A-1 = {
|
HDMI-A-1 = {
|
||||||
resolution = "1920x1080";
|
resolution = "1920x1080";
|
||||||
position = "0,0";
|
position = "0,0";
|
||||||
bg = "~/Pictures/wallpapers/mountains.jpg fill";
|
bg = "/etc/nixos/src/modules/gui/wallpapers/mountains.jpg fill";
|
||||||
};
|
};
|
||||||
DP-1 = {
|
DP-1 = {
|
||||||
resolution = "1080x1920";
|
resolution = "1080x1920";
|
||||||
position = "1920,0";
|
position = "1920,0";
|
||||||
transform = "90";
|
transform = "90";
|
||||||
bg = "~/Pictures/wallpapers/mountains.jpg fill";
|
bg = "/etc/nixos/src/modules/gui/wallpapers/mountains.jpg fill";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
modifier = "Mod1";
|
modifier = "Mod1";
|
||||||
|
|
|
||||||
BIN
src/modules/gui/wallpapers/mountains.jpg
Normal file
BIN
src/modules/gui/wallpapers/mountains.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 609 KiB |
Loading…
Add table
Add a link
Reference in a new issue