New backup 2025-09-02 15:45:02
This commit is contained in:
parent
2bbbc1af20
commit
eee5be5216
4 changed files with 35 additions and 25 deletions
|
@ -5,7 +5,7 @@
|
||||||
:revealvar reveal_bluetooth
|
:revealvar reveal_bluetooth
|
||||||
:revealvar-name "reveal_bluetooth"
|
:revealvar-name "reveal_bluetooth"
|
||||||
(button :onclick 'blueman-manager'
|
(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)))
|
(bluetooth_children :array bluetooth_status)))
|
||||||
|
|
||||||
|
|
|
@ -25,25 +25,25 @@ $transition-time: 0.3s;
|
||||||
// &:hover {
|
// &:hover {
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
.reveal_children {
|
// .reveal_children {
|
||||||
&>*,
|
// &>*,
|
||||||
widget>image {
|
// widget>image {
|
||||||
&:not(:last-child) {
|
// &:not(:last-child) {
|
||||||
border-right: 2px solid $bar-bg-color;
|
// border-right: 2px solid $bar-bg-color;
|
||||||
}
|
// }
|
||||||
color: $bar-bg-color;
|
// color: $bar-bg-color;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
.revealer-on-hover.true {
|
// .revealer-on-hover.true {
|
||||||
border-radius: $bar-module-border-radius;
|
// border-radius: $bar-module-border-radius;
|
||||||
&>widget>box>box>* {
|
// &>widget>box>box>* {
|
||||||
background-color: $bar-bg-color;
|
// background-color: $bar-bg-color;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
.reveal_children {
|
// .reveal_children {
|
||||||
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,8 +1,9 @@
|
||||||
.bluetooth {
|
.bluetooth {
|
||||||
.revealer-preview {
|
.revealer-preview {
|
||||||
background-color:blue;
|
background-color: $color4;
|
||||||
border-radius: $bar-module-border-radius - 4;
|
border-radius: $bar-module-border-radius - 4;
|
||||||
}
|
}
|
||||||
margin: 0px 10px;
|
margin: 0px 10px;
|
||||||
@import "./revealer.scss"
|
$module-color: $color4;
|
||||||
|
@import "./revealer.scss";
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,15 @@
|
||||||
//background-color: blue;
|
//background-color: blue;
|
||||||
.revealer-on-hover>widget>box>box>* {
|
.revealer-preview {
|
||||||
padding: 0px 5px;
|
background-color: $module-color;
|
||||||
min-width: $bar-module-width;
|
border-radius: $bar-module-border-radius - 4;
|
||||||
transition: all 0.3s;
|
|
||||||
}
|
}
|
||||||
|
.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;
|
||||||
|
//}
|
||||||
|
|
Loading…
Add table
Reference in a new issue