aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/lock-color
blob: 2187d4416efa6b2eb558df4f9f709aaac528d79a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

swaymsg input type:keyboard xkb_switch_layout 0

gpg-connect-agent --no-autostart reloadagent /bye

if [ "$1" != "screenon" ]; then
  swayidle timeout 30 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' &
fi

canberra-gtk-play -i Oxygen-Window-All-Desktops-Not &
swaylock

pkill -n swayidle
canberra-gtk-play -i Oxygen-Window-All-Desktops