#!/bin/bash

# pactlsetvolume -d 1
# pactlsetvolume -i 1

# xset dpms force off

# sleep 5;

# i3lock -b -c 00000000 -n --wrong-text="" --lock-text="" --lockfailed-text="" \
# 	--verif-text="" --verif-text="" --noinput-text="" \
# 	-i $HOME/.cache/betterlockscreen/current/wall_dimblur.png \
# 	-M --ring-color=8B008B --keyhl-color=ff00ff --verif-color=0000FF \
# 	--indicator --pass-media-keys --radius 100.0 --pointer default

# windows 11 lockscreen style (requieres Segoe UI font)
i3lock -b -c 00000000 -n --wrong-text="" --lock-text="" --lockfailed-text="" \
        --verif-text="" --verif-text="" --noinput-text="" \
        -i $HOME/.config/scheme/lockscreen-bg \
        -M --indicator --pointer default \
        -k --time-str="%H:%M" --date-str="%A, %B %d" --time-size=102 --date-size=26 \
        --time-font="Segoe UI Variable Static Display:style=Semibold" \
        --date-font="Segoe UI Variable Static Display:style=Semibold" \
        --time-pos="ix:iy - 142" --time-color="FFFFFFCC" --date-color="FFFFFFCC" \
        --bar-indicator --bar-direction 2 --bar-color 00000000 --bar-pos "h" \
        --bar-step 5 --bar-max-height 5 --bar-periodic-step 5 \
        --keyhl-color="736654CC"

# Re-enables notifications when the device is unlocked
# dunstctl set-paused false

pkill -RTMIN+8 dwmblocks
