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
|
# Execute Command
|
||||||
run_cmd() {
|
run_cmd() {
|
||||||
if [[ "$1" == '--opt1' ]]; then
|
if [[ "$1" == '--opt1' ]]; then
|
||||||
swaylock
|
sleep 1 && swaylock
|
||||||
elif [[ "$1" == '--opt2' ]]; then
|
elif [[ "$1" == '--opt2' ]]; then
|
||||||
confirm_run 'hyprctl dispatch exit'
|
confirm_run 'hyprctl dispatch exit'
|
||||||
elif [[ "$1" == '--opt3' ]]; then
|
elif [[ "$1" == '--opt3' ]]; then
|
||||||
|
|
|
@ -1,22 +1,48 @@
|
||||||
ignore-empty-password
|
daemonize
|
||||||
disable-caps-lock-text
|
show-failed-attempts
|
||||||
font=Cantarelle Regular
|
|
||||||
#font-size=9
|
|
||||||
|
|
||||||
effect-blur=7x5
|
|
||||||
indicator
|
|
||||||
indicator-radius=120
|
|
||||||
indicator-thickness=20
|
|
||||||
clock
|
clock
|
||||||
timestr=%I:%M %p
|
ignore-empty-password
|
||||||
datestr=%A, %d %B
|
|
||||||
ring-color=4C566A
|
# AM/PM formats (American Format)
|
||||||
key-hl-color=A3BE8C
|
#datestr=%a, %B %e
|
||||||
line-color=2E3440
|
#timestr=%I:%M %p
|
||||||
separator-color=3B4252
|
|
||||||
inside-color=3B4252
|
timestr=%H:%M:%S
|
||||||
bs-hl-color=A3BE8C
|
datestr=%d %B, %a
|
||||||
layout-bg-color=3B4252
|
|
||||||
layout-border-color=4C566A
|
screenshots
|
||||||
layout-text-color=D8DEE9
|
# image=~/Wallpapers/harmonyos-amoled-3d-5120x2880-12632.png
|
||||||
text-color=D8DEE9
|
|
||||||
|
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