mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-26 06:02:23 +00:00
90 lines
2 KiB
Text
90 lines
2 KiB
Text
# BACKGROUND
|
|
background {
|
|
monitor =
|
|
path = ~/wallpapers/green_leaves.jpg
|
|
blur_passes = 3
|
|
blur_size = 5
|
|
#contrast = 0.8916
|
|
#brightness = 0.8172
|
|
#vibrancy = 0.1696
|
|
#vibrancy_darkness = 0.0
|
|
}
|
|
|
|
# GENERAL
|
|
general {
|
|
# no_fade_in = true
|
|
hide_cursor = true
|
|
grace = 20
|
|
enable_fingerprint = true
|
|
|
|
}
|
|
|
|
# Time
|
|
label {
|
|
monitor =
|
|
text = $TIME
|
|
#text = cmd[update:1000] echo "<span>$(date +"%H:%M")</span>"
|
|
color = rgba(255, 255, 255, 1)
|
|
font_size = 200
|
|
font_family = Alfa Slab One
|
|
#position = -80, 230
|
|
position = -00, 50
|
|
halign = center
|
|
valign = center
|
|
text_align = center
|
|
}
|
|
# Time-Hour
|
|
#label {
|
|
#monitor =
|
|
#text = cmd[update:1000] echo "<span>$(date +"%H")</span>"
|
|
#color = rgba(255, 255, 255, 1)
|
|
#font_size = 200
|
|
#font_family = Alfa Slab One
|
|
#position = -80, 230
|
|
#halign = center
|
|
#valign = center
|
|
#}
|
|
|
|
## Time-Minute
|
|
#label {
|
|
#monitor =
|
|
#text = cmd[update:1000] echo "<span>$(date +"%M")</span>"
|
|
#color = rgba(142, 192, 124, 1)
|
|
#font_size = 200
|
|
#font_family = Alfa Slab One
|
|
#position = 10, 70
|
|
#halign = center
|
|
#valign = center
|
|
#}
|
|
|
|
# Day-Month-Date
|
|
label {
|
|
monitor =
|
|
text = cmd[update:1000] echo -e "$(date +"%A, %d %B")"
|
|
color = rgba(255, 255, 255, 1)
|
|
font_size = 22
|
|
font_family = Cascadia Code NF Bold
|
|
position = 0, -110
|
|
halign = center
|
|
valign = center
|
|
}
|
|
|
|
# INPUT FIELD
|
|
input-field {
|
|
monitor =
|
|
size = 250, 60
|
|
outline_thickness = 0
|
|
outer_color = rgba(21, 21, 21, 0.95)
|
|
dots_size = 0.1 # Scale of input-field height, 0.2 - 0.8
|
|
dots_spacing = 1 # Scale of dots' absolute size, 0.0 - 1.0
|
|
dots_center = true
|
|
inner_color = rgba(21, 21, 21, 0.95)
|
|
font_color = rgba(200, 200, 200, 1)
|
|
fade_on_empty = false
|
|
placeholder_text = <span face="Cascadia Code NF" foreground="##8da3b9"> $USER</span>
|
|
hide_input = false
|
|
position = 0, -200
|
|
halign = center
|
|
valign = center
|
|
zindex = 10
|
|
}
|