Skip to content
Snippets Groups Projects
Commit 775c82cc authored by Jens Nolte's avatar Jens Nolte
Browse files

Change wallpaper

parent 119075c2
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,8 @@ set $base0F #a3685a ...@@ -21,7 +21,8 @@ set $base0F #a3685a
#set $active #b54ea7 #set $active #b54ea7
set $active #51c9ff set $active #51c9ff
set $wallpaper ~/pictures/retrowave.png set $wallpaper ~/pictures/background.png
set $lockscreen ~/pictures/retrowave.png
set $terminal PROMPT_NO_INITIAL_NEWLINE=1 kitty set $terminal PROMPT_NO_INITIAL_NEWLINE=1 kitty
...@@ -65,8 +66,8 @@ output eDP-1 { ...@@ -65,8 +66,8 @@ output eDP-1 {
# pos 0 -1080 # pos 0 -1080
#} #}
#output * bg $wallpaper fill output * bg $wallpaper fill
output * bg "#1d2021" solid_color #output * bg "#1d2021" solid_color
# Run desktop daemons # Run desktop daemons
#exec_always pkill kanshi; exec kanshi #exec_always pkill kanshi; exec kanshi
...@@ -119,14 +120,14 @@ bindsym $mod+plus exec CM_LAUNCHER=rofi CM_HISTLENGTH=15 clipmenu -p clipboard ...@@ -119,14 +120,14 @@ bindsym $mod+plus exec CM_LAUNCHER=rofi CM_HISTLENGTH=15 clipmenu -p clipboard
#bindsym $mod+numbersign exec passmenu && sleep 0.1 && clipdel -d ".*" && sleep 1 && clipdel -d ".*" #bindsym $mod+numbersign exec passmenu && sleep 0.1 && clipdel -d ".*" && sleep 1 && clipdel -d ".*"
# lock # lock
bindsym Print exec swaylock-with-idle -i $wallpaper bindsym Print exec swaylock-with-idle -i $lockscreen
bindsym Shift+Print exec swaylock -c 00000000 bindsym Shift+Print exec swaylock -c 00000000
#bindsym Shift+Print exec --no-startup-id ~/run/lock/winlock #bindsym Shift+Print exec --no-startup-id ~/run/lock/winlock
#bindsym Ctrl+Print exec --no-startup-id ~/run/lock/blurlock #bindsym Ctrl+Print exec --no-startup-id ~/run/lock/blurlock
# suspend # suspend
bindsym $mod+Print exec systemctl suspend bindsym $mod+Print exec systemctl suspend
exec swayidle -w before-sleep "swaylock -f -i $wallpaper" exec swayidle -w before-sleep "swaylock -f -i $lockscreen"
# subraum # subraum
#bindsym $mod+Delete exec --no-startup-id ~/run/subraum/hackbuzzer #bindsym $mod+Delete exec --no-startup-id ~/run/subraum/hackbuzzer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment