Rework background images
This commit is contained in:
parent
548a9c0edf
commit
a8adfb8ff9
4 changed files with 6 additions and 7 deletions
|
@ -2,8 +2,8 @@
|
|||
LocationMode=filename-entry
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=282
|
||||
GeometryY=194
|
||||
GeometryX=0
|
||||
GeometryY=0
|
||||
GeometryWidth=876
|
||||
GeometryHeight=538
|
||||
SortColumn=name
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
set $term termite
|
||||
set $menu exec $term --name=launcher -e launcher.sh
|
||||
set $lock_bg ~/documents/ressources/wallpapers/morty.jpg
|
||||
|
||||
output * bg ~/Documents/ressources/wallpapers/building_cyberpunk.jpg fill
|
||||
output * bg ~/documents/ressources/wallpapers/building_cyberpunk.jpg fill
|
||||
|
|
|
@ -16,7 +16,7 @@ bindsym $mod+Shift+c reload
|
|||
bindsym $mod+Shift+e exit
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym $mod+Alt+l exec swaylock
|
||||
bindsym $mod+Alt+l exec swaylock -i $lock_bg
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
@ -167,10 +167,9 @@ exec_always import-gsettings.sh \
|
|||
font-name:gtk-font-name
|
||||
|
||||
exec swayidle \
|
||||
timeout 300 'swaylock' \
|
||||
timeout 300 'swaylock -i $lock_bg' \
|
||||
timeout 600 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock'
|
||||
|
||||
exec mako
|
||||
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
ignore-empty-password
|
||||
show-failed-attempts
|
||||
daemonize
|
||||
image=~/Documents/ressources/wallpapers/morty.jpg
|
||||
|
|
Reference in a new issue