1 #!/bin/bash 2 3 # pactlsetvolume -d 1 4 # pactlsetvolume -i 1 5 6 # xset dpms force off 7 8 # sleep 5; 9 10 # i3lock -b -c 00000000 -n --wrong-text="" --lock-text="" --lockfailed-text="" \ 11 # --verif-text="" --verif-text="" --noinput-text="" \ 12 # -i $HOME/.cache/betterlockscreen/current/wall_dimblur.png \ 13 # -M --ring-color=8B008B --keyhl-color=ff00ff --verif-color=0000FF \ 14 # --indicator --pass-media-keys --radius 100.0 --pointer default 15 16 # windows 11 lockscreen style (requieres Segoe UI font) 17 i3lock -b -c 00000000 -n --wrong-text="" --lock-text="" --lockfailed-text="" \ 18 --verif-text="" --verif-text="" --noinput-text="" \ 19 -i $HOME/.config/scheme/lockscreen-bg \ 20 -M --indicator --pointer default \ 21 -k --time-str="%H:%M" --date-str="%A, %B %d" --time-size=102 --date-size=26 \ 22 --time-font="Segoe UI Variable Static Display:style=Semibold" \ 23 --date-font="Segoe UI Variable Static Display:style=Semibold" \ 24 --time-pos="ix:iy - 142" --time-color="FFFFFFCC" --date-color="FFFFFFCC" \ 25 --bar-indicator --bar-direction 2 --bar-color 00000000 --bar-pos "h" \ 26 --bar-step 5 --bar-max-height 5 --bar-periodic-step 5 \ 27 --keyhl-color="736654CC" 28 29 # Re-enables notifications when the device is unlocked 30 # dunstctl set-paused false 31 32 pkill -RTMIN+8 dwmblocks
