mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +02:00
xlock: move xautolock and notify stuff into shell scripts
This commit is contained in:
parent
55a342e987
commit
c30c2062ad
3 changed files with 21 additions and 7 deletions
8
bin/notify-lock
Executable file
8
bin/notify-lock
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
icon="$1"
|
||||
|
||||
exec notify-send "Lock screen" \
|
||||
${icon:+-i $icon} \
|
||||
-t 10000 \
|
||||
"Lock screen will be started in 10 seconds..."
|
Loading…
Add table
Add a link
Reference in a new issue