52 lines
907 B
Text
52 lines
907 B
Text
|
source = hyprland.d/colors.conf
|
||
|
|
||
|
background {
|
||
|
monitor =
|
||
|
path = screenshot
|
||
|
|
||
|
blur_passes = 1
|
||
|
blur_size = 2
|
||
|
}
|
||
|
|
||
|
input-field {
|
||
|
monitor =
|
||
|
size = 300, 42
|
||
|
outline_thickness = $border_size
|
||
|
dots_center = false
|
||
|
outer_color = $accent1
|
||
|
inner_color = $background1
|
||
|
font_color = $foreground
|
||
|
fade_on_empty = false
|
||
|
placeholder_text =
|
||
|
hide_input = false
|
||
|
rounding = -1
|
||
|
|
||
|
position = 0, -50
|
||
|
halign = center
|
||
|
valign = center
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
monitor =
|
||
|
text = cmd[update:0] echo "<span>$(date '+%A%e %b %Y')</span>"
|
||
|
color = $foreground
|
||
|
font_size = 25
|
||
|
font_family = $font
|
||
|
|
||
|
position = 0, 50
|
||
|
halign = center
|
||
|
valign = center
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
monitor =
|
||
|
text = cmd[update:1000] echo "<span>$(date '+%H:%M:%S')</span>"
|
||
|
color = $foreground
|
||
|
font_size = 25
|
||
|
font_family = $font
|
||
|
|
||
|
position = 0, 0
|
||
|
halign = center
|
||
|
valign = center
|
||
|
}
|