change wallpaper
This commit is contained in:
@@ -301,7 +301,7 @@ exec nextcloud
|
||||
exec cryptomator
|
||||
exec swayidle \
|
||||
before-sleep 'loginctl lock-session $XDG_SESSION_ID' \
|
||||
lock 'swaylock --image ~/.wallpaper.jpg' \
|
||||
lock 'swaylock --color #282a36 --image ~/.wallpaper.jpg' \
|
||||
timeout 180 'swaylock --screenshots --effect-blur 7x5' \
|
||||
timeout 1800 'systemctl suspend'
|
||||
exec dunst
|
||||
@@ -312,9 +312,12 @@ exec mako --default-timeout=5000
|
||||
|
||||
# wallpaper
|
||||
output eDP-1 scale 1.5
|
||||
output eDP-1 bg ~/.wallpaper.jpg fill
|
||||
output DP-4 bg ~/.wallpaper.jpg fill
|
||||
output DP-5 bg ~/.wallpaper.jpg fill
|
||||
output eDP-1 bg #282a36 solid_color
|
||||
output eDP-1 bg ~/.wallpaper.png center
|
||||
output DP-4 bg #282a36 solid_color
|
||||
output DP-4 bg ~/.wallpaper.png center
|
||||
output DP-5 bg #282a36 solid_color
|
||||
output DP-5 bg ~/.wallpaper.png center
|
||||
|
||||
input * xkb_layout "de"
|
||||
input * xkb_variant "colemak,,typewriter"
|
||||
|
||||
@@ -17,7 +17,9 @@ let
|
||||
'';
|
||||
};
|
||||
|
||||
sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig;
|
||||
sway-conf = builtins.readFile ./sway.conf + cfg.additionalConfig + ''
|
||||
exec swaybg --mode center -c #252525 -i ~/.wallpaper.png
|
||||
'';
|
||||
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {
|
||||
config = { allowUnfree = true; };
|
||||
};
|
||||
@@ -94,6 +96,7 @@ in {
|
||||
rofi-rbw
|
||||
slurp
|
||||
sway
|
||||
swaybg
|
||||
sway-launcher-desktop
|
||||
swayidle
|
||||
swaylock
|
||||
|
||||
Reference in New Issue
Block a user