add wallpapers
This commit is contained in:
@@ -1,20 +1,17 @@
|
||||
background {
|
||||
monitor =
|
||||
# path = ~/wallpapers/japan-street-Dark.png
|
||||
color = rgba(25, 20, 20, 1.0)
|
||||
blur_passes = 2
|
||||
color = rgb(21, 21, 21)
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
size = 10%, 5%
|
||||
outline_thickness = 4
|
||||
inner_color = rgba(255, 255, 255, 1) # white fill
|
||||
shadow_passes = 6 # shadow
|
||||
inner_color = rgba(240, 240, 240)
|
||||
shadow_passes = 6
|
||||
|
||||
outer_color=000000
|
||||
check_color=000000
|
||||
fail_color=#ff
|
||||
outer_color = rgba(0, 0, 0)
|
||||
check_color = rgba(0, 0, 0)
|
||||
fail_color = rgba(255, 0, 0)
|
||||
|
||||
font_color = rgb(30, 30, 30)
|
||||
fade_on_empty = true
|
||||
|
||||
Reference in New Issue
Block a user