New backup 2025-07-01 02:15:02

This commit is contained in:
Penelope Gwen 2025-07-01 02:15:02 -07:00
parent bc2613c01b
commit 12197d9074
2 changed files with 11 additions and 3 deletions

View file

@ -92,6 +92,8 @@ circular-progress {
}
.rightgroup>label,
.rightgroup>button,
//.rightgroup>.revealer-on-hover>widget>box>revealer>button,
.rightgroup .reveal_children>button,
.rightgroup>.revealer-on-hover>widget>box>box>button {
background-color: $bar-module-bg-color;
color: $bar-module-inactive-fg-color;
@ -100,6 +102,7 @@ circular-progress {
}
.music,
.profile,
.rightgroup>label,
.active_window{
background-color: $bar-module-bg-color;
color: $bar-module-fg-color;
@ -134,12 +137,17 @@ button.active {
text-shadow: $bar-module-active-shadow;
color: $bar-module-fg-color;
}
.workspaces button:first-child {
.workspaces button:first-child,
.reveal_children>box:first-child,
.reveal_children>scale:first-child,
.reveal_children>button:first-child {
margin-left: 3px;
border-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius;
border-left: 0px solid $bar-bg-color;
}
.workspaces button:last-child,
.reveal_children>box:last-child,
.reveal_children>scale:last-child,
.reveal_children>button:last-child {
border-radius:0px $bar-module-border-radius $bar-module-border-radius 0px;
}

View file

@ -1,3 +1,3 @@
(defwidget clock []
(button :onclick 'notify-send "test"'
{formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))
(label
:text {formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))