feat: swaylock effect config
This commit is contained in:
parent
e9cffd5750
commit
da6f741766
2 changed files with 48 additions and 22 deletions
|
@ -101,7 +101,7 @@ confirm_run() {
|
|||
# Execute Command
|
||||
run_cmd() {
|
||||
if [[ "$1" == '--opt1' ]]; then
|
||||
swaylock
|
||||
sleep 1 && swaylock
|
||||
elif [[ "$1" == '--opt2' ]]; then
|
||||
confirm_run 'hyprctl dispatch exit'
|
||||
elif [[ "$1" == '--opt3' ]]; then
|
||||
|
|
|
@ -1,22 +1,48 @@
|
|||
ignore-empty-password
|
||||
disable-caps-lock-text
|
||||
font=Cantarelle Regular
|
||||
#font-size=9
|
||||
|
||||
effect-blur=7x5
|
||||
indicator
|
||||
indicator-radius=120
|
||||
indicator-thickness=20
|
||||
daemonize
|
||||
show-failed-attempts
|
||||
clock
|
||||
timestr=%I:%M %p
|
||||
datestr=%A, %d %B
|
||||
ring-color=4C566A
|
||||
key-hl-color=A3BE8C
|
||||
line-color=2E3440
|
||||
separator-color=3B4252
|
||||
inside-color=3B4252
|
||||
bs-hl-color=A3BE8C
|
||||
layout-bg-color=3B4252
|
||||
layout-border-color=4C566A
|
||||
layout-text-color=D8DEE9
|
||||
text-color=D8DEE9
|
||||
ignore-empty-password
|
||||
|
||||
# AM/PM formats (American Format)
|
||||
#datestr=%a, %B %e
|
||||
#timestr=%I:%M %p
|
||||
|
||||
timestr=%H:%M:%S
|
||||
datestr=%d %B, %a
|
||||
|
||||
screenshots
|
||||
# image=~/Wallpapers/harmonyos-amoled-3d-5120x2880-12632.png
|
||||
|
||||
effect-blur=9x5
|
||||
grace=0.5
|
||||
grace-no-mouse
|
||||
grace-no-touch
|
||||
fade-in=0.5
|
||||
effect-greyscale
|
||||
# effect-vignette=0.5:0.5
|
||||
# effect-pixelate=5
|
||||
|
||||
color=1f1d2e80
|
||||
indicator
|
||||
indicator-radius=200
|
||||
indicator-thickness=15
|
||||
|
||||
text-color=e0def4
|
||||
text-caps-lock-color=ffffff
|
||||
line-color=1f1d2e
|
||||
ring-color=171717
|
||||
separator-color=00000000
|
||||
text-ver-color=ffffff
|
||||
inside-ver-color=000000
|
||||
line-ver-color=0000ff
|
||||
ring-ver-color=2777ff
|
||||
text-wrong-color=ff0000
|
||||
inside-wrong-color=000000
|
||||
line-wrong-color=000000
|
||||
ring-wrong-color=ff8000
|
||||
text-clear-color=000000
|
||||
inside-clear-color=000000
|
||||
line-clear-color=00ff00
|
||||
ring-clear-color=0ffff0
|
||||
key-hl-color=ff0000
|
||||
bs-hl-color=ffffff
|
Loading…
Add table
Reference in a new issue