New backup 2024-04-11 18:30:03
This commit is contained in:
parent
8269d46325
commit
f282ccd3ab
4 changed files with 4 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
|||
bindsym $mod+d exec $menu
|
||||
|
||||
# Lockscreen
|
||||
bindsym $mod+l exec swaylock
|
||||
bindsym $mod+l exec ~/.config/sway/scripts/lock
|
||||
|
||||
# Profile Manager
|
||||
bindsym $mod+Shift+p exec $HOME/.config/sway/scripts/profiles.sh
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cat $HOME/.config/sway/scripts/data/active_profile
|
||||
exit
|
||||
|
||||
profile=$(cat $HOME/.config/sway/scripts/data/active_profile)
|
||||
convert -scale 10% -blur 0x3 -resize 500% $HOME/.config/sway/assets/wallpaper/eDP-1/${profile}.jpg $HOME/.config/swaylock/bg.png
|
||||
swaylock
|
||||
|
|
BIN
de/home/.config/swaylock/bg.png
Normal file
BIN
de/home/.config/swaylock/bg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 410 KiB |
|
@ -1,4 +1,4 @@
|
|||
image=~/.config/swaylock/lockimage.png
|
||||
image=~/.config/swaylock/bg.png
|
||||
ignore-empty-password
|
||||
show-failed-attempts
|
||||
indicator-y-position=1400
|
||||
|
|
Loading…
Add table
Reference in a new issue