mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
22 lines
444 B
Bash
22 lines
444 B
Bash
|
swayidle -w \
|
||
|
timeout 60 'swaymsg "output * dpms off"' \
|
||
|
resume 'swaymsg "output * dpms on"' &
|
||
|
|
||
|
swaylock \
|
||
|
--screenshots \
|
||
|
--clock \
|
||
|
--indicator \
|
||
|
--indicator-radius 100 \
|
||
|
--indicator-thickness 7 \
|
||
|
--effect-blur 7x5 \
|
||
|
--effect-vignette 0.5:0.5 \
|
||
|
--ring-color bb00cc \
|
||
|
--key-hl-color 880033 \
|
||
|
--line-color 00000000 \
|
||
|
--inside-color 00000088 \
|
||
|
--separator-color 00000000 \
|
||
|
--grace 2 \
|
||
|
--fade-in 0.2
|
||
|
|
||
|
pkill --newest swayidle
|