2023-11-30 15:17:57 -05:00
|
|
|
.bar {
|
|
|
|
.clock, .notif-panel {
|
|
|
|
padding: 4.5px 7px;
|
2023-11-27 15:50:20 -05:00
|
|
|
background-color: $bgfull;
|
|
|
|
}
|
|
|
|
|
2023-11-30 15:17:57 -05:00
|
|
|
.sys-tray {
|
|
|
|
menubar {
|
|
|
|
background-color: $bgfull;
|
|
|
|
padding: 2.5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
menuitem {
|
|
|
|
image { color: #CBA6F7; }
|
|
|
|
padding: 0 2px;
|
2023-11-27 15:50:20 -05:00
|
|
|
|
2023-11-30 15:17:57 -05:00
|
|
|
* {
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
2023-11-27 15:50:20 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-02-25 12:10:05 -05:00
|
|
|
|
|
|
|
.razer {
|
|
|
|
padding: 0 5px;
|
|
|
|
background: $bgfull;
|
|
|
|
|
|
|
|
.low progress {
|
|
|
|
background: $red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.medium progress {
|
|
|
|
background: $yellow;
|
|
|
|
}
|
|
|
|
|
|
|
|
.high progress {
|
|
|
|
background: $green;
|
|
|
|
}
|
|
|
|
|
|
|
|
progressbar:disabled {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
|
|
|
|
|
|
|
progressbar {
|
|
|
|
min-height: 6px;
|
|
|
|
background: transparent;
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
trough {
|
|
|
|
background: #363847;
|
|
|
|
min-height: inherit;
|
|
|
|
border-radius: inherit;
|
|
|
|
border: 0.3px solid black;
|
|
|
|
}
|
|
|
|
|
|
|
|
progress {
|
|
|
|
min-height: inherit;
|
|
|
|
border-radius: inherit;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
image {
|
|
|
|
padding-right: 5px;
|
|
|
|
font-size: 22px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|