mirror of
https://gitlab.com/ceda_ei/i3lock-delta
synced 2025-04-03 00:36:51 +02:00
Update username to $USER
This commit is contained in:
parent
8afdc00c1f
commit
5ae739d307
4
lock
4
lock
@ -24,7 +24,7 @@ RINGRADIUS=45
|
||||
source $HOME/i3lock-delta/config
|
||||
|
||||
# Pause dunst
|
||||
pkill -u ahmad_saalim -USR1 dunst
|
||||
pkill -u $USER -USR1 dunst
|
||||
# Set the image as used.
|
||||
echo 1 > $HOME/.config/lock_screen.sta
|
||||
xset dpms force off
|
||||
@ -41,4 +41,4 @@ i3lock -i $HOME/.rand_bg.png -knf --force-clock\
|
||||
--wrongsize="$RINGTEXTSIZE" --verifsize="$RINGTEXTSIZE" --indicator --timestr="$TIMESTYLE"
|
||||
|
||||
# Resume dunst
|
||||
pkill -u ahmad_saalim -USR2 dunst
|
||||
pkill -u $USER -USR2 dunst
|
||||
|
Loading…
x
Reference in New Issue
Block a user