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.
This commit is contained in:
parent
c716b55ad4
commit
1ecaee308c
1 changed files with 33 additions and 14 deletions
|
@ -1,17 +1,36 @@
|
||||||
screenshots
|
## Default Settings ##
|
||||||
|
|
||||||
clock
|
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
|
datestr=%a, %b %e %Y
|
||||||
effect-greyscale
|
image=~/.config/wallpapers/girls-last-tour-chibi-eepi.jpg
|
||||||
|
|
||||||
|
## Text Settings ##
|
||||||
|
|
||||||
|
text-color=8aadf4
|
||||||
font=IPAGothic
|
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
|
||||||
|
|
Loading…
Reference in a new issue