2025-01-11 09:55:22 +00:00
|
|
|
source = colors.conf
|
2024-11-20 14:04:38 +00:00
|
|
|
|
|
|
|
# BACKGROUND
|
|
|
|
background {
|
2025-01-11 09:55:22 +00:00
|
|
|
monitor =
|
|
|
|
path = ~/Pictures/adwaita1-0.png
|
|
|
|
blur_passes = 5
|
|
|
|
contrast = 0.5
|
|
|
|
brightness = 0.5
|
|
|
|
vibrancy = 0.2
|
|
|
|
vibrancy_darkness = 0.2
|
2024-11-20 14:04:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# GENERAL
|
|
|
|
general {
|
|
|
|
no_fade_in = false
|
|
|
|
grace = 0
|
2025-01-11 09:55:22 +00:00
|
|
|
disable_loading_bar = false
|
2024-11-20 14:04:38 +00:00
|
|
|
}
|
|
|
|
|
2025-01-11 09:55:22 +00:00
|
|
|
# animations {
|
|
|
|
# enabled = true
|
|
|
|
# bezier = linear, 1, 1, 0, 0
|
|
|
|
# animation = fade, 1, 1.8, linear, slide
|
|
|
|
# }
|
|
|
|
|
2024-11-20 14:04:38 +00:00
|
|
|
# INPUT FIELD
|
|
|
|
input-field {
|
2024-11-22 18:12:05 +00:00
|
|
|
monitor = DSI-1
|
2025-01-11 09:55:22 +00:00
|
|
|
size = 300, 80
|
|
|
|
outline_thickness = 3
|
2024-11-20 14:04:38 +00:00
|
|
|
dots_size = 0.2 # Scale of input-field height, 0.2 - 0.8
|
2025-01-11 09:55:22 +00:00
|
|
|
dots_spacing = 0.4 # Scale of dots' absolute size, 0.0 - 1.0
|
2024-11-20 14:04:38 +00:00
|
|
|
dots_center = true
|
2025-01-11 09:55:22 +00:00
|
|
|
outer_color = rgba(00000000)
|
|
|
|
inner_color = rgba(00000033)
|
|
|
|
check_color = rgba($yellowAlpha8f)
|
|
|
|
fail_color = rgba($redAlpha8f)
|
|
|
|
fail_timeout = 1000
|
|
|
|
font_color = rgba($textAlphaee)
|
2024-11-20 14:04:38 +00:00
|
|
|
fade_on_empty = false
|
|
|
|
placeholder_text =
|
|
|
|
hide_input = false
|
2025-01-11 09:55:22 +00:00
|
|
|
position = 0, 80
|
2024-11-20 14:04:38 +00:00
|
|
|
halign = center
|
2025-01-11 09:55:22 +00:00
|
|
|
valign = bottom
|
2024-11-20 14:04:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
# TIME
|
|
|
|
label {
|
2024-11-22 18:12:05 +00:00
|
|
|
monitor = DSI-1
|
2024-11-20 14:04:38 +00:00
|
|
|
text = cmd[update:1000] echo "$(date +"%H:%M")"
|
|
|
|
color = $fg
|
|
|
|
font_size = 240
|
2025-01-11 09:55:22 +00:00
|
|
|
font_family = Cantarell Thin
|
|
|
|
position = 0, 100
|
2024-11-20 14:04:38 +00:00
|
|
|
halign = center
|
|
|
|
valign = center
|
|
|
|
}
|