Update 2025-02-24

Update 2025-02-03

Update 2025-02-04

Update 2025-02-09

Update 2025-02-14

Update 2025-02-15

Update 2025-02-22

Update 2025-02-24
This commit is contained in:
2025-02-02 16:12:25 +02:00
parent 73a0cc0977
commit 5f54bb78ad
69 changed files with 5418 additions and 2753 deletions

View File

@@ -1,15 +1,25 @@
$font = JetBrainsMonoNF
$bg = rgb(1a1b26)
$fg = rgb(c0caf5)
$border_highlight = rgb(27a1b9)
$error = rgb(db4b4b)
$warning = rgb(e0af68)
$base = rgb(191724)
$surface = rgb(1f1d2e)
$overlay = rgb(26233a)
$muted = rgb(6e6a86)
$subtle = rgb(908caa)
$text = rgb(e0def4)
$love = rgb(eb6f92)
$gold = rgb(f6c177)
$rose = rgb(ebbcba)
$pine = rgb(31748f)
$foam = rgb(9ccfd8)
$iris = rgb(c4a7e7)
$highlight_low = rgb(21202e)
$highlight_med = rgb(403d52)
$highlight_high = rgb(524f67)
background {
monitor =
path = screenshot
color = $bg
color = $base
blur_passes = 1
blur_size = 10
@@ -23,7 +33,7 @@ background {
# TIME
label {
monitor =
text = cmd[update:1000] echo "<span foreground='##c0caf5'>$(date +"%H:%M:%S")</span>"
text = cmd[update:1000] echo "<span foreground='##31748f'>$(date +"%H:%M:%S")</span>"
color = $text
font_size = 90
font_family = $font
@@ -32,10 +42,10 @@ label {
valign = top
}
# DATE
# DATE
label {
monitor =
text = cmd[update:43200000] echo "<span foreground='##c0caf5'>$(date +"%d.%m.%Y")</span>"
monitor =
text = cmd[update:43200000] echo "<span foreground='##9ccfd8'>$(date +"%d.%m.%Y")</span>"
color = $text
font_size = 25
font_family = $font
@@ -46,10 +56,10 @@ label {
image {
monitor =
monitor =
path = ~/.local/share/profile
size = 300
border_color = $border_highlight
border_color = $pine
position = 0, 200
halign = center
@@ -59,21 +69,21 @@ image {
input-field {
monitor =
size = 300, 60
outline_thickness = 4
outline_thickness = 3
dots_size = 0.2
dots_spacing = 0.2
dots_center = true
dots_rounding = -1 # -1 default circle, -2 follow input-field rounding
outer_color = $border_highlight
inner_color = $fg
font_color = $bg
outer_color = $pine
inner_color = $text
font_color = $base
fade_on_empty = true
fade_timeout = 1000 # Milliseconds before fade_on_empty is triggered.
placeholder_text = <i>Input Password...</i> # Text rendered in the input box when it's empty.
hide_input = false
rounding = -1 # -1 means complete rounding (circle/oval)
check_color = rgb(e0af68)
fail_color = rgb(db4b4b) # if authentication failed, changes outer_color and fail message color
check_color = $gold
fail_color = $love # if authentication failed, changes outer_color and fail message color
fail_text = <i>$FAIL <b>($ATTEMPTS)</b></i> # can be set to empty
fail_transition = 300 # transition time in ms between normal outer_color and fail_color
capslock_color = -1