Browse Source

updated swaylock configs

pull/48/head
JaKooLit 2 years ago
parent
commit
7998d73b09
  1. 66
      config/swaylock/config

66
config/swaylock/config

@ -1,14 +1,10 @@
## Swaylock-effects config
daemonize daemonize
show-failed-attempts
font="Fira Sans Semibold"
# clock choose between AM/PM or 24H
clock clock
# AM/PM formats (American Format) # AM/PM formats (American Format)
# datestr=%a, %B %e #datestr=%a, %B %e
# timestr=%I:%M %p #timestr=%I:%M %p
#24 HRS clock format and standard Europe Date Format #24 HRS clock format and standard Europe Date Format
timestr=%H:%M:%S timestr=%H:%M:%S
@ -22,52 +18,40 @@ image=$HOME/.config/rofi/.current_wallpaper
# Effect for background # Effect for background
# NOTE: if you choose image as wallpaper, you may want to comment (#) these effects # NOTE: if you choose image as wallpaper, you may want to comment (#) these effects
#effect-blur=9x5 # effect-blur=9x5
#effect-vignette=0.5:0.5 # effect-vignette=0.5:0.5
# effect-greyscale effect-greyscale
# effect-pixelate=5 # effect-pixelate=5
show-failed-attempts color=1f1d2e80
ignore-empty-password font="Inter"
grace=1
# Fade in time (secs)
fade-in=0.5
# Show/Hide indicator circle
indicator indicator
# indicator (higher number means bigger clock)
indicator-radius=200 indicator-radius=200
indicator-thickness=20 indicator-thickness=20
indicator-caps-lock line-color=1f1d2e
ring-color=191724
# colors inside-color=1f1d2e
bs-hl-color=31748f
inside-color=323232
key-hl-color=eb6f92 key-hl-color=eb6f92
line-color=4f4f4f
ring-color=4f4f4f
separator-color=00000000 separator-color=00000000
text-color=e0def4 text-color=e0def4
text-caps-lock-color=""
inside-ver-color=1f1d2e
line-ver-color=eb6f92 line-ver-color=eb6f92
ring-ver-color=eb6f92 ring-ver-color=eb6f92
inside-ver-color=1f1d2e
text-ver-color=e0def4 text-ver-color=e0def4
inside-wrong-color=1f1d2e
line-wrong-color=1f1d2e
ring-wrong-color=31748f ring-wrong-color=31748f
text-wrong-color=31748f text-wrong-color=31748f
inside-wrong-color=1f1d2e
inside-clear-color=1f1d2e inside-clear-color=1f1d2e
line-clear-color=1f1d2e
ring-clear-color=9ccfd8
text-clear-color=e0def4 text-clear-color=e0def4
ring-clear-color=9ccfd8
line-clear-color=1f1d2e
line-wrong-color=1f1d2e
bs-hl-color=31748f
grace=1
grace-no-mouse
grace-no-touch
fade-in=0.2
ignore-empty-password
caps-lock-bs-hl-color=ffffff
caps-lock-key-hl-color=ffffff
text-caps-lock-color=ffffff
#disable-caps-lock-text

Loading…
Cancel
Save