Compare commits
2 commits
8996b896c8
...
d1815f6736
Author | SHA1 | Date | |
---|---|---|---|
d1815f6736 | |||
4c72ae5fa7 |
2 changed files with 7 additions and 4 deletions
|
@ -17,9 +17,12 @@ 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
|
||||||
|
@ -28,7 +31,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
|
||||||
|
@ -40,7 +43,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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue