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 --wrong-text="" --lock-text="" --lockfailed-text="" \ 18 --verif-text="" --verif-text="" --noinput-text="" \ 19 -i $HOME/.cache/betterlockscreen/current/wall_blur.png \ 20 -M --indicator --pointer default -k \ 21 --time-str="%H:%M" --time-size=102 \ 22 --time-font="Segoe UI Variable Static Display:style=Semibold" \ 23 --time-pos="ix:iy - 142" --time-color="FFFFFFCC" \ 24 --date-str="%A, %B %d" --date-size=24 \ 25 --date-font="Segoe UI Variable Static Display:style=Semibold" \ 26 --date-pos="tx:ty + 35" --date-color="FFFFFFCC" \ 27 --bar-indicator --bar-direction 2 --bar-color 00000000 --bar-pos "h" \ 28 --bar-step 6 --bar-max-height 6 --bar-periodic-step 6 \ 29 --keyhl-color="736654CC" 30 31 # Re-enables notifications when the device is unlocked 32 # dunstctl set-paused false 33 34 pkill -RTMIN+8 dwmblocks
