Compare commits

..

No commits in common. "d1815f6736b36cccd8ff089886449c3ca5d935aa" and "8996b896c807817e978b9d6b4e9ffb640c32ed01" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View file

@ -17,12 +17,9 @@ input-field {
inner_color = $background1 inner_color = $background1
font_color = $foreground font_color = $foreground
fade_on_empty = false fade_on_empty = false
placeholder_text = placeholder_text =
hide_input = false hide_input = false
rounding = -1 rounding = -1
check_color = $disabled
fail_color = $bad
capslock_color = $accent2
position = 0, -50 position = 0, -50
halign = center halign = center
@ -31,7 +28,7 @@ input-field {
label { label {
monitor = monitor =
text = cmd[update:0] echo "<span>$(date '+%A %e %b %Y')</span>" text = cmd[update:0] echo "<span>$(date '+%A%e %b %Y')</span>"
color = $foreground color = $foreground
font_size = 25 font_size = 25
font_family = $font font_family = $font
@ -43,7 +40,7 @@ label {
label { label {
monitor = monitor =
text = cmd[update:1000] echo "<span>$(date '+%H:%M:%S')</span>" text = cmd[update:1000] echo "<span>$(date '+%H:%M:%S')</span>"
color = $foreground color = $foreground
font_size = 25 font_size = 25
font_family = $font font_family = $font

View file

@ -214,7 +214,7 @@
}, },
"clock": { "clock": {
"interval": 1, "interval": 1,
"format": "󰥔 {:%a %e %b %EX}", "format": "󰥔 {:%a%e %b %EX}",
"tooltip-format": "<tt>{calendar}</tt>", "tooltip-format": "<tt>{calendar}</tt>",
"calendar": { "calendar": {
"mode": "month", "mode": "month",