aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2023-11-28 20:39:27 +0900
committerJaKooLit <ejhay.games@gmail.com>2023-11-28 20:39:27 +0900
commitb328c278fc742f7a71655cd55af184097cafa9d7 (patch)
tree24f9b676c6b6966fea07fb2966ccd2ad0f3e9a88 /config
parentd365d1e3238fea5408279025f2b404b0420b35de (diff)
swaylock for current wallpaper as background
Diffstat (limited to 'config')
-rw-r--r--config/swaylock/config82
1 files changed, 53 insertions, 29 deletions
diff --git a/config/swaylock/config b/config/swaylock/config
index fd13da96..985bd1a9 100644
--- a/config/swaylock/config
+++ b/config/swaylock/config
@@ -1,44 +1,68 @@
-daemonize
-show-failed-attempts
+## Swaylock-effects config
+
+ignore-empty-password
+font="Fira Sans Semibold"
+
+# clock choose between AM/PM or 24H
clock
-screenshot
-effect-blur=9x5
-effect-vignette=0.5:0.5
-color=1f1d2e80
-font="Inter"
+# AM/PM formats (American Format)
+#datestr=%a, %B %e
+#timestr=%I:%M %p
+
+#24 HRS clock format and standard Europe Date Format
+timestr=%H:%M:%S
+datestr=%d %B, %a
+
+# Add current display as background
+# screenshots
+
+# Add an image as a background. You need to disable screenshots above
+image=$HOME/.config/rofi/.current_wallpaper
+
+# Effect for background
+# NOTE: if you choose image as wallpaper, you may want to comment (#) these effects
+# effect-blur=5x4
+# effect-greyscale
+# effect-pixelate=5
+# effect-vignette 0:1
+
+# Fade in time (secs)
+fade-in=0.5
+
+# Show/Hide indicator circle
indicator
+
+# indicator (higher number means bigger clock)
indicator-radius=200
+
indicator-thickness=20
-line-color=1f1d2e
-ring-color=191724
-inside-color=1f1d2e
+indicator-caps-lock
+
+# colors
+bs-hl-color=31748f
+inside-color=323232
key-hl-color=eb6f92
+line-color=4f4f4f
+ring-color=4f4f4f
separator-color=00000000
text-color=e0def4
-text-caps-lock-color=""
+
+inside-ver-color=1f1d2e
line-ver-color=eb6f92
ring-ver-color=eb6f92
-inside-ver-color=1f1d2e
text-ver-color=e0def4
+
+inside-wrong-color=1f1d2e
+line-wrong-color=1f1d2e
ring-wrong-color=31748f
text-wrong-color=31748f
-inside-wrong-color=1f1d2e
+
inside-clear-color=1f1d2e
-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
-
-# AM/PM formats (American Format)
-#datestr=%a, %B %e
-#timestr=%I:%M %p
+ring-clear-color=9ccfd8
+text-clear-color=e0def4
-#24 HRS clock format and standard Europe Date Format
-timestr=%H:%M:%S
-datestr=%d %B, %a
+caps-lock-bs-hl-color=ffffff
+caps-lock-key-hl-color=ffffff
+text-caps-lock-color=ffffff
+#disable-caps-lock-text
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage