From 1ecaee308cbceff4b1a45f1a43e83972835ffad2 Mon Sep 17 00:00:00 2001 From: stitchy Date: Sun, 9 Feb 2025 00:51:49 +0000 Subject: [PATCH] feat(swaylock): new visual This refactors the config to be a lot more readable. In addition it adds: * New Wallpaper * Different Indicator Position * Removes Startup Delay * New Colors This removes another program from the list that I never bothered to make look good. --- config/swaylock/config | 47 +++++++++++++++++++++++++++++------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/config/swaylock/config b/config/swaylock/config index 23cc302..4cdc904 100644 --- a/config/swaylock/config +++ b/config/swaylock/config @@ -1,17 +1,36 @@ -screenshots +## Default Settings ## + clock -indicator -indicator-radius=100 -indicator-thickness=7 -effect-blur=7x5 -effect-vignette=0.5:0.5 -ring-color=c6a0f6 -text-color=8aadf4 -key-hl-color=ed8796 -line-color=00000000 -inside-color=00000088 -separator-color=00000000 -fade-in=0.2 datestr=%a, %b %e %Y -effect-greyscale +image=~/.config/wallpapers/girls-last-tour-chibi-eepi.jpg + +## Text Settings ## + +text-color=8aadf4 font=IPAGothic + +## Indicator Settings ## + +indicator +indicator-radius=140 +indicator-thickness=7 +indicator-x-position=1200 +indicator-y-position=500 + +## Ring Colors ## + +ring-color=a6da95 +ring-clear-color=eed49f +ring-ver-color=8aadf4 +ring-wrong-color=ed8796 + +line-color=00000000 +separator-color=00000000 +key-hl-color=c6a0f6 + +## Inside Colors ## + +inside-color=00000088 +inside-clear-color=eed49f +inside-ver-color=8aadf4 +inside-wrong-color=ed8796