New backup 2025-07-01 02:15:02
This commit is contained in:
parent
bc2613c01b
commit
12197d9074
2 changed files with 11 additions and 3 deletions
|
@ -92,6 +92,8 @@ circular-progress {
|
||||||
}
|
}
|
||||||
.rightgroup>label,
|
.rightgroup>label,
|
||||||
.rightgroup>button,
|
.rightgroup>button,
|
||||||
|
//.rightgroup>.revealer-on-hover>widget>box>revealer>button,
|
||||||
|
.rightgroup .reveal_children>button,
|
||||||
.rightgroup>.revealer-on-hover>widget>box>box>button {
|
.rightgroup>.revealer-on-hover>widget>box>box>button {
|
||||||
background-color: $bar-module-bg-color;
|
background-color: $bar-module-bg-color;
|
||||||
color: $bar-module-inactive-fg-color;
|
color: $bar-module-inactive-fg-color;
|
||||||
|
@ -100,6 +102,7 @@ circular-progress {
|
||||||
}
|
}
|
||||||
.music,
|
.music,
|
||||||
.profile,
|
.profile,
|
||||||
|
.rightgroup>label,
|
||||||
.active_window{
|
.active_window{
|
||||||
background-color: $bar-module-bg-color;
|
background-color: $bar-module-bg-color;
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
|
@ -134,12 +137,17 @@ button.active {
|
||||||
text-shadow: $bar-module-active-shadow;
|
text-shadow: $bar-module-active-shadow;
|
||||||
color: $bar-module-fg-color;
|
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-radius:$bar-module-border-radius 0px 0px $bar-module-border-radius;
|
||||||
border-left: 0px solid $bar-bg-color;
|
border-left: 0px solid $bar-bg-color;
|
||||||
}
|
}
|
||||||
.workspaces button:last-child,
|
.workspaces button:last-child,
|
||||||
.reveal_children>box:last-child,
|
.reveal_children>box:last-child,
|
||||||
|
.reveal_children>scale:last-child,
|
||||||
.reveal_children>button:last-child {
|
.reveal_children>button:last-child {
|
||||||
border-radius:0px $bar-module-border-radius $bar-module-border-radius 0px;
|
border-radius:0px $bar-module-border-radius $bar-module-border-radius 0px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
(defwidget clock []
|
(defwidget clock []
|
||||||
(button :onclick 'notify-send "test"'
|
(label
|
||||||
{formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))
|
:text {formattime(EWW_TIME,"%b %d, %Y | %H:%M")}))
|
||||||
|
|
Loading…
Add table
Reference in a new issue