Update visuals
This commit is contained in:
parent
609a0e2ddb
commit
04f867ce39
1 changed files with 3 additions and 3 deletions
|
@ -3,10 +3,10 @@
|
||||||
text
|
text
|
||||||
(string-append " " text)))
|
(string-append " " text)))
|
||||||
|
|
||||||
(text-widget-font "Fantasque Sans Mono-10:bold")
|
(text-widget-font "Fantasque Sans Mono-13:bold")
|
||||||
(text-widget-color "#bfbfbf")
|
(text-widget-color "#ededed")
|
||||||
(text-widget-format string-maybe-pad-left)
|
(text-widget-format string-maybe-pad-left)
|
||||||
(widget-background-color "#111111")
|
(widget-background-color "#1f2c3f")
|
||||||
|
|
||||||
(window
|
(window
|
||||||
'position 'bottom
|
'position 'bottom
|
||||||
|
|
Loading…
Reference in a new issue