scripts

Simple scripts that I made for my personal computer to map keys, make bluetooth work, brightness keys, etc.
Index Commits Files Refs README LICENSE
lockscreen-ring (856B)
   1 #!/bin/bash
   2 
   3 # Pauses notifications so it wont show during lockscreen
   4 # dunstctl set-paused true
   5 
   6 # xset dpms force off
   7 
   8 # sleep 5;
   9 
  10 # 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
  11 i3lock -b -c 00000000 -n --wrong-text="" --lock-text="" --lockfailed-text="" --verif-text="" --verif-text="" --noinput-text="" -i /home/mk/.config/scheme/lockscreen-bg -M --ring-color=8B008B --keyhl-color=ff00ff --verif-color=0000FF --indicator --pass-media-keys --radius 100.0 --pointer default
  12 
  13 # Re-enables notifications when the device is unlocked
  14 # dunstctl set-paused false
  15 
  16 # pkill -RTMIN+8 dwmblocks