New backup 2025-09-02 15:45:02

This commit is contained in:
Penelope Gwen 2025-09-02 15:45:02 -07:00
parent 2bbbc1af20
commit eee5be5216
4 changed files with 35 additions and 25 deletions

View file

@ -5,7 +5,7 @@
:revealvar reveal_bluetooth
:revealvar-name "reveal_bluetooth"
(button :onclick 'blueman-manager'
:class "revealer-preview {matches(jq(bluetooth_status,'.[].connected'),'yes') ? 'active' : 'inactive'}"
:class "revealer-preview ${matches(jq(bluetooth_status,'.[].connected'),'yes') ? 'active' : 'inactive'}"
"")
(bluetooth_children :array bluetooth_status)))

View file

@ -25,25 +25,25 @@ $transition-time: 0.3s;
// &:hover {
// }
// }
.reveal_children {
&>*,
widget>image {
&:not(:last-child) {
border-right: 2px solid $bar-bg-color;
}
color: $bar-bg-color;
}
}
// .reveal_children {
// &>*,
// widget>image {
// &:not(:last-child) {
// border-right: 2px solid $bar-bg-color;
// }
// color: $bar-bg-color;
// }
// }
.revealer-on-hover.true {
border-radius: $bar-module-border-radius;
&>widget>box>box>* {
background-color: $bar-bg-color;
}
}
.reveal_children {
border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
}
// .revealer-on-hover.true {
// border-radius: $bar-module-border-radius;
// &>widget>box>box>* {
// background-color: $bar-bg-color;
// }
// }
// .reveal_children {
// border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
// }
}

View file

@ -1,8 +1,9 @@
.bluetooth {
.revealer-preview {
background-color:blue;
background-color: $color4;
border-radius: $bar-module-border-radius - 4;
}
margin: 0px 10px;
@import "./revealer.scss"
$module-color: $color4;
@import "./revealer.scss";
}

View file

@ -1,6 +1,15 @@
//background-color: blue;
.revealer-on-hover>widget>box>box>* {
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;
}
.reveal-children>* {
border: 2px solid $module-color;
background-color: $module-color;
}
//.revealer-on-hover>widget>box>box>* {
//
// padding: 0px 5px;
// min-width: $bar-module-width;
// transition: all 0.3s;
//}