fix swaybg
This commit is contained in:
parent
a61d9cd501
commit
23c20ce17f
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
blender
|
blender
|
||||||
musescore
|
musescore
|
||||||
ansible
|
ansible
|
||||||
|
handbrake
|
||||||
];
|
];
|
||||||
|
|
||||||
services.nextcloud-client.enable = true;
|
services.nextcloud-client.enable = true;
|
||||||
|
|
@ -56,7 +57,7 @@
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once = swaybg -o DP-1 -i ~/Pictures/backgrounds/demonslayer.jpg -o HDMI-A-1 -i ~/Pictures/backgrounds/nier.jpg &
|
exec-once = ${ pkgs.swaybg }/bin/swaybg -o DP-1 -i ~/Pictures/backgrounds/demonslayer.jpg -o HDMI-A-1 -i ~/Pictures/backgrounds/nier.jpg &
|
||||||
|
|
||||||
monitor = DP-1, 1920x1080@144,0x0, 1
|
monitor = DP-1, 1920x1080@144,0x0, 1
|
||||||
monitor = HDMI-A-1, 1920x1080@60, 1920x0,1
|
monitor = HDMI-A-1, 1920x1080@60, 1920x0,1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue