New backup 2025-07-13 10:00:06

This commit is contained in:
Penelope Gwen 2025-07-13 10:00:06 -07:00
parent c9bcff8b52
commit 8e21c371e3
2 changed files with 6 additions and 2 deletions

View file

@ -8,8 +8,8 @@
$bar-module-width: 25px; $bar-module-width: 25px;
$bar-bg-color: rgba($color5,0.7); $bar-bg-color: rgba($color5,0.7);
$bar-module-bg-color: rgba($color5,0.15); $bar-module-bg-color: rgba($color0,0.8);
$bar-module-fg-color: rgba($color0,0.8); $bar-module-fg-color: rgba($color5,0.8);
$bar-module-inactive-fg-color: rgba($color13,0.5); $bar-module-inactive-fg-color: rgba($color13,0.5);
//$bar-active-bg-color: rgba($color1,0.5); //$bar-active-bg-color: rgba($color1,0.5);
//$bar-active-fg-color: $color1; //$bar-active-fg-color: $color1;
@ -201,6 +201,9 @@ button.active {
.reveal_children>widget:only-child { .reveal_children>widget:only-child {
border-radius:$bar-module-border-radius; border-radius:$bar-module-border-radius;
} }
.datetime {
font-weight: bold;
}
menu { menu {
color: $color9; color: $color9;
background-color: rgba($color0,0.75); background-color: rgba($color0,0.75);

View file

@ -1,3 +1,4 @@
(defwidget clock [] (defwidget clock []
(label (label
:class "datetime"
:text {formattime(EWW_TIME,"%b %d, %Y | %H:%M")})) :text {formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))