scripts

scripts to make my pc work
Index Commits Files Refs
lockscreen (522B)
   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 # Re-enables notifications when the device is unlocked
  17 dunstctl set-paused false
  18 
  19 pkill -RTMIN+8 dwmblocks