New backup 2025-09-03 18:21:03

This commit is contained in:
Penelope Gwen 2025-09-03 18:21:03 -07:00
parent 2f474fce85
commit 1916ae4807
6 changed files with 15 additions and 9 deletions

View file

@ -5,11 +5,12 @@
:class "powermenu ${reveal_powermenu}"
:revealvar-name "reveal_powermenu"
(button :onclick 'scripts/bar/powermenu poweroff system-shutdown-symbolic "systemctl poweroff"'
:class "revealer-preview"
"")
(powermenu_children)))
(defwidget powermenu_children []
(box :class "reveal_children"
(box :class "reveal-children"
:orientation "h"
:space-evenly false
:halign "center"

View file

@ -1,5 +1,5 @@
.bluetooth {
margin: 0px 5px;
$module-color: mix($color4,$color0,75%);
@import "./revealer.scss";
@import "./styles/revealer.scss";
}

View file

@ -1,11 +1,11 @@
.networks {
margin: 0px 5px;
$module-color: mix($color14,$color0,75%);
@import "./revealer.scss";
@import "./styles/revealer.scss";
}
.vpn {
margin: 0px 5px;
$module-color: mix($color6,$color0,75%);
@import "./revealer.scss";
@import "./styles/revealer.scss";
}

View file

@ -1,5 +1,7 @@
.powermenu {
$module-fg-color: $color7;
$module-bg-color: $color0;
@import "./styles/button.scss"
// $module-fg-color: $color0;
// $module-bg-color: mix($color0,$color9,60%);
margin: 0px 5px;
$module-color: $bar-bg-color;
@import "./styles/revealer.scss"
}

View file

@ -6,11 +6,11 @@
.reveal-children>* {
padding: 0px 5px;
min-width: $bar-module-width;
transition: all 0.3s;
}
.revealer-preview {
background-color: $module-color;
border-radius: $bar-module-border-radius - 4;
transition: all 0.3s;
}
&.true .revealer-preview {
border-radius: $bar-module-border-radius - 4 0 0 $bar-module-border-radius - 4;
@ -20,6 +20,9 @@
&.active {
background-color: rgba($module-color,0.5);
}
&:hover {
background-color: rgba($module-color,0.5);
}
}
//.revealer-on-hover>widget>box>box>* {

View file

@ -1,5 +1,5 @@
.volume {
margin: 0px 5px;
$module-color: mix($color9, $color0, 75%);
@import "./revealer.scss";
@import "./styles/revealer.scss";
}