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

This commit is contained in:
Penelope Gwen 2025-07-01 10:15:02 -07:00
parent a767c7d387
commit 37d27cd369
3 changed files with 12 additions and 6 deletions

View file

@ -38,13 +38,17 @@ $bar-module-border-radius: 8px;
} }
//group modules //group modules
.leftgroup>*, .leftgroup>*:not(.workspaces):not(.revealer-on-hover),
.centergroup>*, .centergroup>*,
.rightgroup>* { .rightgroup>* {
margin: 5px; margin: 5px;
min-width: $bar-module-width; min-width: $bar-module-width;
background-color: $bar-module-bg-color;
padding: 0px 5px;
} }
//value bars //value bars
scale trough, scale trough,
progressbar>trough { progressbar>trough {
@ -73,7 +77,7 @@ circular-progress {
.revealer-on-hover>widget>box>box>*, .revealer-on-hover>widget>box>box>*,
.reveal_children>*, .reveal_children>*,
.reveal_children>widget>image { .reveal_children>widget>image {
background-color: $bar-module-bg-color; // background-color: $bar-module-bg-color;
padding: 3px 4px; padding: 3px 4px;
min-width: $bar-module-width; min-width: $bar-module-width;
&:hover { &:hover {
@ -93,7 +97,7 @@ circular-progress {
//.rightgroup>.revealer-on-hover>widget>box>revealer>button, //.rightgroup>.revealer-on-hover>widget>box>revealer>button,
.rightgroup .reveal_children>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;
padding: 3px 4px; padding: 3px 4px;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
@ -102,7 +106,7 @@ circular-progress {
.profile, .profile,
.rightgroup>label, .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;
padding: 3px 4px; padding: 3px 4px;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
@ -114,7 +118,7 @@ label {
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
} }
.workspaces button { .workspaces button {
background-color: $bar-module-bg-color; // background-color: $bar-module-bg-color;
border-left: 1px solid $bar-bg-color; border-left: 1px solid $bar-bg-color;
color: $bar-module-fg-color; color: $bar-module-fg-color;
padding: 3px 4px; padding: 3px 4px;

View file

@ -2,6 +2,7 @@
(defwidget powermenu [] (defwidget powermenu []
(revealer-on-hover (revealer-on-hover
:revealvar reveal_powermenu :revealvar reveal_powermenu
:class "powermenu"
:revealvar-name "reveal_powermenu" :revealvar-name "reveal_powermenu"
(button :onclick 'scripts/bar/powermenu poweroff system-shutdown-symbolic "systemctl poweroff"' (button :onclick 'scripts/bar/powermenu poweroff system-shutdown-symbolic "systemctl poweroff"'
"") "")

View file

@ -5,6 +5,7 @@
@define-color window-border-color rgba(--wofi-rgb-color5,1); @define-color window-border-color rgba(--wofi-rgb-color5,1);
@define-color foreground-color rgba(--wofi-rgb-color13,0.5); @define-color foreground-color rgba(--wofi-rgb-color13,0.5);
@define-color foreground-shadow-color rgba(--wofi-rgb-color0,1);
@define-color active-foreground-color rgba(--wofi-rgb-color13,1); @define-color active-foreground-color rgba(--wofi-rgb-color13,1);
@define-color window-background-color rgba(--wofi-rgb-color0,0.8); @define-color window-background-color rgba(--wofi-rgb-color0,0.8);
@define-color button-background-color rgba(--wofi-rgb-color5,0.15); @define-color button-background-color rgba(--wofi-rgb-color5,0.15);
@ -48,7 +49,7 @@ window {
#text { #text {
margin: 5px; margin: 5px;
color: @foreground-color; color: @foreground-color;
text-shadow: 0px 0px 2px rgba(--wofi-rgb-color0,1); text-shadow: 0px 0px 2px @foreground-shadow-color,0px 0px 6px @foreground-shadow-color;
} }
#text:selected { #text:selected {
color: @active-foreground-color; color: @active-foreground-color;