Merge branch 'main' of github.com:bloxx12/nichts

This commit is contained in:
get 2024-04-16 11:34:29 +02:00
commit 6829a68680
10 changed files with 7 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
assets/wallpaper/asura.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

BIN
assets/wallpaper/lights.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

BIN
assets/wallpaper/totk.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 MiB

BIN
assets/wallpaper/wave.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 MiB

View file

@ -10,7 +10,7 @@
hyprland = {
enable = true;
monitor = [",preferred,auto,2"];
wallpaper = "wallpaper/nix.png";
wallpaper = "wallpaper/wave.jpg";
};
};
}

View file

@ -22,11 +22,12 @@
"DP-2,2560x1440@144,0x0,1"
"DP-1,1920x1080@60,2560x0,1"
];
extra = {
exec-once = [
"hyprctl dispatch moveworkspacetomonitor 1 DP-2"
];
};
extra = {
exec-once = [
"hyprctl dispatch moveworkspacetomonitor 1 DP-2"
];
};
wallpaper = "wallpaper/wave.jpg";
};
};