From 9033d939925bcd11b95edffe2a37559a047ff6a1 Mon Sep 17 00:00:00 2001 From: Greg Date: Mon, 21 Oct 2024 22:13:33 +0300 Subject: [PATCH] swaylock nord --- .config/swaylock/config | 168 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 165 insertions(+), 3 deletions(-) diff --git a/.config/swaylock/config b/.config/swaylock/config index 9d2d783..9f36941 100644 --- a/.config/swaylock/config +++ b/.config/swaylock/config @@ -1,5 +1,167 @@ -# Image path supports environment variables and shell expansions, -# e.g. image=$HOME/Pictures/default.png +############## +# SWAYLOCK # +############## + +# Path to the config file +# config= + +# Turn the screen into the given color instead of white +color=2e3440ff + +# Enable debugging output +# debug + +# When an empty password is provided by the user, do not validate it +ignore-empty-password + +# Show the number of failed authentication attempts on the indicator +show-failed-attempts + +# Detach from the controlling terminal after locking +# Note: this is the default behavior of i3lock +# daemonize + +# Display the given image +# image [[]:] + +# Display the current xkb layout while typing +show-keyboard-layout + +# Force hiding the current xkb layout while typing, even if more than one layout +# is configured or the show-keyboard-layout option is set +# hide-keyboard-layout + +# Disable the Caps Lock Text +# disable-caps-lock-text + +# Show the current Caps Lock state also on the indicator +# indicator-caps-lock + +# Image scaling mode: 'stretch', 'fill', 'fit', 'center', 'tile' & 'solid\color' +# scaling + +# Same as scaling=tile +# tiling + +# Disable the unlock indicator +# no-unlock-indicator + +# Sets the color of backspace highlight segments +bs-hl-color=b48eadff + +# Sets the color of backspace highlight segments when Caps Lock is active +caps-lock-bs-hl-color=d08770ff + +# Sets the color of the key press highlight segments when Caps Lock is active +caps-lock-key-hl-color=ebcb8bff + +# Sets the font of the text +font=Fira Sans Light + +# FUTURE RELEASE +# Sets a fixed font size for the indicator text +# font-size= + +# FUTURE RELEASE +# Sets the indicator to show even if idle +# indicator-idle-visible + +# Sets the indicator radius (default: 50) +indicator-radius=100 + +# Sets the indicator thickness (default: 10) +indicator-thickness=10 + +# FUTURE RELEASE +# Sets the horizontal position of the indicator +# indicator-x-position + +# FUTURE RELEASE +# Sets the vertical position of the indicator +# indicator-y-position + +# Sets the color of the inside of the indicator +inside-color=2e3440ff + +# Sets the color of the inside of the indicator when cleared +inside-clear-color=81a1c1ff + +# Sets the color of the inside of the indicator when Caps Lock is active +# inside-caps-lock-color= + +# Sets the color of the inside of the indicator when verifying +inside-ver-color=5e81acff + +# Sets the color of the inside of the indicator when invalid +inside-wrong-color=bf616aff + +# Sets the color of key press highlight segments +key-hl-color=a3be8cff + +# Sets the background color of the box containing the layout text +layout-bg-color=2e3440ff + +# Sets the color of the border of the box containing the layout text +# layout-border-color= + +# Sets the color of the layout text +# layout-text-color= + +# Sets the color of the line between the inside and ring +# line-color= + +# Sets the color of the line between the inside and ring when cleared +# line-clear-color= + +# Sets the color of the line between the inside and ring when Caps Lock is active +# line-caps-lock-color= + +# Sets the color of the line between the inside and ring when verifying +# line-ver-color= + +# Sets the color of the line between the inside and ring when invalid +# line-wrong-color= + +# Use the inside color for the line between the inside and ring +# line-uses-inside + +# Use the ring color for the line between the inside and ring +line-uses-ring + +# Sets the color of the outside of the indicator when typing or idle +ring-color=3b4252ff + +# Sets the color of the outside of the indicator when cleared +ring-clear-color=88c0d0ff + +# Sets the color of the ring of the indicator when Caps Lock is active +# ring-caps-lock-color= + +# Sets the color of the outside of the indicator when verifying +ring-ver-color=81a1c1ff + +# Sets the color of the outside of the indicator when invalid +ring-wrong-color=d08770ff + +# Sets the color of the lines that separate highlight segments +separator-color=3b4252ff + +# Sets the color of the text +text-color=eceff4ff + +# Sets the color of the text when cleared +text-clear-color=3b4252ff + +# Sets the color of the text when Caps Lock is active +# text-caps-lock-color= + +# Sets the color of the text when verifying +text-ver-color=3b4252ff + +# Sets the color of the text when invalid +text-wrong-color=3b4252ff + image=~/.config/sway/bg.jpg + scaling=fill -show-keyboard-layout=true +