New backup 2025-09-03 18:21:03
This commit is contained in:
parent
2f474fce85
commit
1916ae4807
6 changed files with 15 additions and 9 deletions
|
@ -5,11 +5,12 @@
|
||||||
:class "powermenu ${reveal_powermenu}"
|
:class "powermenu ${reveal_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"'
|
||||||
|
:class "revealer-preview"
|
||||||
"")
|
"")
|
||||||
(powermenu_children)))
|
(powermenu_children)))
|
||||||
|
|
||||||
(defwidget powermenu_children []
|
(defwidget powermenu_children []
|
||||||
(box :class "reveal_children"
|
(box :class "reveal-children"
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:halign "center"
|
:halign "center"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.bluetooth {
|
.bluetooth {
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
$module-color: mix($color4,$color0,75%);
|
$module-color: mix($color4,$color0,75%);
|
||||||
@import "./revealer.scss";
|
@import "./styles/revealer.scss";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
.networks {
|
.networks {
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
$module-color: mix($color14,$color0,75%);
|
$module-color: mix($color14,$color0,75%);
|
||||||
@import "./revealer.scss";
|
@import "./styles/revealer.scss";
|
||||||
}
|
}
|
||||||
|
|
||||||
.vpn {
|
.vpn {
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
$module-color: mix($color6,$color0,75%);
|
$module-color: mix($color6,$color0,75%);
|
||||||
@import "./revealer.scss";
|
@import "./styles/revealer.scss";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
.powermenu {
|
.powermenu {
|
||||||
$module-fg-color: $color7;
|
// $module-fg-color: $color0;
|
||||||
$module-bg-color: $color0;
|
// $module-bg-color: mix($color0,$color9,60%);
|
||||||
@import "./styles/button.scss"
|
margin: 0px 5px;
|
||||||
|
$module-color: $bar-bg-color;
|
||||||
|
@import "./styles/revealer.scss"
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
.reveal-children>* {
|
.reveal-children>* {
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
|
transition: all 0.3s;
|
||||||
}
|
}
|
||||||
.revealer-preview {
|
.revealer-preview {
|
||||||
background-color: $module-color;
|
background-color: $module-color;
|
||||||
border-radius: $bar-module-border-radius - 4;
|
border-radius: $bar-module-border-radius - 4;
|
||||||
transition: all 0.3s;
|
|
||||||
}
|
}
|
||||||
&.true .revealer-preview {
|
&.true .revealer-preview {
|
||||||
border-radius: $bar-module-border-radius - 4 0 0 $bar-module-border-radius - 4;
|
border-radius: $bar-module-border-radius - 4 0 0 $bar-module-border-radius - 4;
|
||||||
|
@ -20,6 +20,9 @@
|
||||||
&.active {
|
&.active {
|
||||||
background-color: rgba($module-color,0.5);
|
background-color: rgba($module-color,0.5);
|
||||||
}
|
}
|
||||||
|
&:hover {
|
||||||
|
background-color: rgba($module-color,0.5);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//.revealer-on-hover>widget>box>box>* {
|
//.revealer-on-hover>widget>box>box>* {
|
|
@ -1,5 +1,5 @@
|
||||||
.volume {
|
.volume {
|
||||||
margin: 0px 5px;
|
margin: 0px 5px;
|
||||||
$module-color: mix($color9, $color0, 75%);
|
$module-color: mix($color9, $color0, 75%);
|
||||||
@import "./revealer.scss";
|
@import "./styles/revealer.scss";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue