forked from Shinonome/dots-hyprland
sidebar: add bluetooth devices
This commit is contained in:
@@ -57,6 +57,8 @@ $layer1Hover: mix($layer1, $onLayer1, 85%);
|
||||
$layer1Active: mix($layer1, $onLayer1, 70%);
|
||||
$layer2Hover: mix($layer2, $onLayer2, 90%);
|
||||
$layer2Active: mix($layer2, $onLayer2, 80%);
|
||||
$layer3Hover: mix($layer3, $onLayer3, 90%);
|
||||
$layer3Active: mix($layer3, $onLayer3, 80%);
|
||||
// Elements
|
||||
$windowtitleOnLayer0Inactive: $onLayer0Inactive;
|
||||
$windowtitleOnLayer0: $onLayer0;
|
||||
|
||||
@@ -847,9 +847,6 @@ $waifu_image_overlay_transparency: 0.7;
|
||||
}
|
||||
|
||||
.sidebar-volmixer-stream {
|
||||
// @include normal-rounding;
|
||||
// background-color: $layer2;
|
||||
// color: $onLayer2;
|
||||
border-bottom: 0.068rem solid $outlineVariant;
|
||||
padding: 0.682rem;
|
||||
color: $onSurface;
|
||||
@@ -884,4 +881,30 @@ $waifu_image_overlay_transparency: 0.7;
|
||||
.sidebar-volmixer-status {
|
||||
color: $onSurface;
|
||||
margin: 0rem 0.682rem;
|
||||
}
|
||||
|
||||
.sidebar-bluetooth-device {
|
||||
padding: 0.682rem;
|
||||
@include normal-rounding;
|
||||
background-color: $layer2;
|
||||
color: $onLayer2;
|
||||
}
|
||||
|
||||
.sidebar-bluetooth-appicon {
|
||||
font-size: 3.273rem;
|
||||
}
|
||||
|
||||
.sidebar-bluetooth-device-remove {
|
||||
@include full-rounding;
|
||||
min-width: 2.045rem;
|
||||
min-height: 2.045rem;
|
||||
// background-color: $layer3;
|
||||
padding: 0.341rem;
|
||||
}
|
||||
|
||||
.sidebar-bluetooth-device-remove:hover,
|
||||
.sidebar-bluetooth-device-remove:focus {
|
||||
@include full-rounding;
|
||||
background-color: $layer2Hover;
|
||||
padding: 0.341rem;
|
||||
}
|
||||
Reference in New Issue
Block a user