Change lock to xlock
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
+ Editor: emacs
|
+ Editor: emacs
|
||||||
+ Image-Viewer: sxiv
|
+ Image-Viewer: sxiv
|
||||||
+ Launcher: [dmenu](https://github.com/crammk/dmenu)
|
+ Launcher: [dmenu](https://github.com/crammk/dmenu)
|
||||||
+ Lock: i3lock-color
|
+ Lock: xlock
|
||||||
+ Mouse-Settings: piper
|
+ Mouse-Settings: piper
|
||||||
+ Pdf-Viewer: zathura with mupdf
|
+ Pdf-Viewer: zathura with mupdf
|
||||||
+ Screenshots: flameshot
|
+ Screenshots: flameshot
|
||||||
|
|||||||
@@ -1,15 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ `hostname` == "nazarick" ];then
|
xlock -mode maze
|
||||||
pic=$HOME/data/Seafile/images/wallpaper/lock219.png
|
|
||||||
else
|
|
||||||
pic=$HOME/data/Seafile/images/wallpaper/lock169.png
|
|
||||||
fi
|
|
||||||
|
|
||||||
i3lock --nofork \
|
|
||||||
-i ${pic} \
|
|
||||||
--inside-color=#373445ff --ring-color=ffffffff --line-uses-inside \
|
|
||||||
--keyhl-color=d23c3dff --bshl-color=d23c3dff --separator-color=00000000 \
|
|
||||||
--insidever-color=fecf4dff --insidewrong-color=d23c3dff \
|
|
||||||
--ringver-color=ffffffff --ringwrong-color=ffffffff --ind-pos="x+86:y+86" \
|
|
||||||
--radius=15 --verif-text="" --wrong-text="" --noinput-text=""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user