11 changed files with 44 additions and 20 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh |
||||
exec mpv \ |
||||
--wid="${XSCREENSAVER_WINDOW}" \ |
||||
--no-input-terminal \ |
||||
--really-quiet \ |
||||
--no-stop-screensaver \ |
||||
--no-audio \ |
||||
--pause \ |
||||
"$(cat ~/.wallpaper)" |
@ -0,0 +1,2 @@
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh |
||||
chmod +x "$HOME/.local/bin/lockscreen" |
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh |
||||
XSECURELOCK_SAVER="$DOTS_DIR/bin/saver_mpv" \ |
||||
XSECURELOCK_FONT='Iosevka SS04' \ |
||||
XSECURELOCK_AUTH_BACKGROUND_COLOR='<{color.bg}>' \ |
||||
XSECURELOCK_AUTH_FOREGROUND_COLOR='<{color.fg}>' \ |
||||
XSECURELOCK_AUTH_WARNING_COLOR='<{color1}>' \ |
||||
XSECURELOCK_SHOW_HOSTNAME=0 \ |
||||
XSECURELOCK_SHOW_USERNAME=0 \ |
||||
XSECURELOCK_SHOW_DATETIME=1 \ |
||||
exec xsecurelock |
Loading…
Reference in new issue