2023-01-13 15:13:56 +00:00
|
|
|
* {
|
|
|
|
all: unset;
|
2023-11-23 22:37:09 +00:00
|
|
|
font-family: "CaskaydiaCove NF";
|
2023-01-13 15:13:56 +00:00
|
|
|
}
|
|
|
|
|
2023-04-30 21:13:41 +00:00
|
|
|
.popup {
|
2024-03-18 01:26:09 +00:00
|
|
|
background-color: #282a36;
|
2023-04-30 21:13:41 +00:00
|
|
|
color: #50fa7b;
|
2024-03-18 01:26:09 +00:00
|
|
|
border-radius: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
menu {
|
|
|
|
padding: 8px 8px 8px 8px;
|
2023-04-30 21:13:41 +00:00
|
|
|
}
|
|
|
|
|
2023-01-14 22:21:42 +00:00
|
|
|
.bar, tooltip {
|
2023-01-13 15:13:56 +00:00
|
|
|
background-color: #282a36;
|
|
|
|
border-radius: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
border-radius: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-text {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2024-03-17 14:46:45 +00:00
|
|
|
.title-text {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2023-01-13 15:13:56 +00:00
|
|
|
.reboot-button {
|
|
|
|
font-size: 28px;
|
|
|
|
color: #6272a4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sleep-button {
|
|
|
|
font-size: 28px;
|
|
|
|
color: #6272a4;
|
|
|
|
}
|
|
|
|
|
2023-11-30 11:53:30 +00:00
|
|
|
.lock-button {
|
2024-04-14 15:26:30 +00:00
|
|
|
font-size: 22px;
|
2023-11-30 11:53:30 +00:00
|
|
|
color: #6272a4;
|
|
|
|
}
|
|
|
|
|
2023-01-13 15:13:56 +00:00
|
|
|
.exit-button {
|
|
|
|
font-size: 28px;
|
|
|
|
color: #6272a4;
|
|
|
|
}
|
|
|
|
|
|
|
|
.power-button {
|
2024-04-14 15:26:30 +00:00
|
|
|
font-size: 25px;
|
2023-01-13 15:13:56 +00:00
|
|
|
color: #ff5555;
|
|
|
|
}
|
|
|
|
|
2023-05-23 20:38:19 +00:00
|
|
|
.system-confirm {
|
|
|
|
color: #50fa7b;
|
|
|
|
}
|
|
|
|
|
2023-02-22 15:45:29 +00:00
|
|
|
trough {
|
|
|
|
border-radius: 3px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: none;
|
|
|
|
background-color: #44475a;
|
|
|
|
min-width: 4px;
|
|
|
|
min-height: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
slider {
|
|
|
|
border-radius: 0%;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: none;
|
|
|
|
margin: -9px -9px -9px -9px;
|
|
|
|
min-width: 16px;
|
|
|
|
min-height: 16px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
highlight {
|
|
|
|
border-radius: 3px;
|
|
|
|
border-width: 1px;
|
|
|
|
border-style: none;
|
2023-07-18 23:07:32 +00:00
|
|
|
min-width: 6px;
|
2023-02-22 15:45:29 +00:00
|
|
|
min-height: 6px;
|
|
|
|
}
|
|
|
|
|
2023-01-13 15:13:56 +00:00
|
|
|
.audio-icon {
|
|
|
|
font-size: 24px;
|
|
|
|
color: #ffb86c;
|
|
|
|
}
|
|
|
|
|
2023-08-21 16:19:46 +00:00
|
|
|
.audio-volume {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #ffb86c;
|
|
|
|
}
|
2023-02-22 15:45:29 +00:00
|
|
|
.audio-volume trough {
|
|
|
|
background-color: #44475a;
|
|
|
|
}
|
|
|
|
.audio-volume slider {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.audio-volume highlight {
|
|
|
|
background-color: #ffb86c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mic-icon {
|
|
|
|
font-size: 24px;
|
|
|
|
color: #bd93f9;
|
|
|
|
}
|
|
|
|
|
2023-08-21 16:19:46 +00:00
|
|
|
.mic-volume {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #bd93f9;
|
|
|
|
}
|
2023-02-22 15:45:29 +00:00
|
|
|
.mic-volume trough {
|
|
|
|
background-color: #44475a;
|
|
|
|
}
|
|
|
|
.mic-volume slider {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
.mic-volume highlight {
|
|
|
|
background-color: #bd93f9;
|
|
|
|
}
|
|
|
|
|
2023-05-03 16:37:36 +00:00
|
|
|
.package-outofdate {
|
2023-07-18 23:07:32 +00:00
|
|
|
margin: -5px -5px -5px -5px;
|
2023-05-03 16:37:36 +00:00
|
|
|
font-size: 24px;
|
|
|
|
color: #ff5555;
|
|
|
|
}
|
|
|
|
|
2023-01-13 15:13:56 +00:00
|
|
|
.bt-num {
|
|
|
|
font-size: 16px;
|
|
|
|
color: #1793D1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bt-label-on {
|
|
|
|
font-size: 20px;
|
|
|
|
color: #1793D1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bt-label-off {
|
|
|
|
font-size: 24px;
|
|
|
|
color: #1793D1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bt-label-connected {
|
|
|
|
font-size: 28px;
|
|
|
|
color: #1793D1;
|
|
|
|
}
|
|
|
|
|
2023-11-30 11:53:30 +00:00
|
|
|
.disk-widget * {
|
2023-01-13 15:13:56 +00:00
|
|
|
color: #bd93f9;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2023-11-30 12:04:55 +00:00
|
|
|
.disk-util-progress {
|
|
|
|
background-color: #44475a;
|
|
|
|
}
|
|
|
|
|
2023-11-30 11:53:30 +00:00
|
|
|
.vram-widget * {
|
2023-01-13 15:13:56 +00:00
|
|
|
color: #ffb86c;
|
2023-11-30 12:04:55 +00:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vram-util-progress {
|
2023-01-13 15:13:56 +00:00
|
|
|
background-color: #44475a;
|
|
|
|
}
|
|
|
|
|
2023-11-30 11:53:30 +00:00
|
|
|
.ram-widget * {
|
2023-01-13 15:13:56 +00:00
|
|
|
color: #f1fa8c;
|
2023-11-30 12:04:55 +00:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ram-util-progress {
|
2023-01-13 15:13:56 +00:00
|
|
|
background-color: #44475a;
|
|
|
|
}
|
|
|
|
|
2023-11-30 11:53:30 +00:00
|
|
|
.gpu-widget * {
|
2023-01-13 15:13:56 +00:00
|
|
|
color: #8be9fd;
|
2023-11-30 12:04:55 +00:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gpu-util-progress {
|
2023-01-13 15:13:56 +00:00
|
|
|
background-color: #44475a;
|
|
|
|
}
|
|
|
|
|
2023-11-30 11:53:30 +00:00
|
|
|
.cpu-widget * {
|
2023-01-13 15:13:56 +00:00
|
|
|
color: #50fa7b;
|
2023-11-30 12:04:55 +00:00
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cpu-util-progress {
|
2023-01-13 15:13:56 +00:00
|
|
|
background-color: #44475a;
|
|
|
|
}
|
|
|
|
|
2023-11-30 11:53:30 +00:00
|
|
|
.battery-widget * {
|
2023-01-28 22:47:55 +00:00
|
|
|
color: #ff79c6;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2023-11-30 12:04:55 +00:00
|
|
|
.battery-util-progress {
|
|
|
|
background-color: #44475a;
|
|
|
|
}
|
|
|
|
|
2023-10-28 21:29:27 +00:00
|
|
|
.battery-charging {
|
|
|
|
color: #ffb86c;
|
|
|
|
}
|
|
|
|
|
2024-03-17 14:51:17 +00:00
|
|
|
.battery-warning {
|
|
|
|
color: #ff5555;
|
|
|
|
}
|
|
|
|
|
2023-02-10 16:20:26 +00:00
|
|
|
.network-data-text {
|
|
|
|
color: #50fa7b;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-up-under {
|
|
|
|
color: #44475a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-up-low {
|
|
|
|
color: #50fa7b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-up-mid-low {
|
|
|
|
color: #f1fa8c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-up-mid-high {
|
|
|
|
color: #ffb86c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-up-high {
|
|
|
|
color: #bd93f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-up-over {
|
|
|
|
color: #ff5555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-down-under {
|
|
|
|
color: #44475a;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-down-low {
|
|
|
|
color: #50fa7b;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-down-mid-low {
|
|
|
|
color: #f1fa8c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-down-mid-high {
|
|
|
|
color: #ffb86c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-down-high {
|
|
|
|
color: #bd93f9;
|
|
|
|
}
|
|
|
|
|
|
|
|
.network-down-over {
|
|
|
|
color: #ff5555;
|
|
|
|
}
|
|
|
|
|
2023-01-13 15:13:56 +00:00
|
|
|
.ws-dead {
|
|
|
|
color: #44475a;
|
2024-04-14 15:26:30 +00:00
|
|
|
font-size: 14px;
|
2023-01-13 15:13:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ws-inactive {
|
|
|
|
color: #6272a4;
|
2024-04-14 15:26:30 +00:00
|
|
|
font-size: 14px;
|
2023-01-13 15:13:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ws-visible {
|
|
|
|
color: #8be9fd;
|
2024-04-14 15:26:30 +00:00
|
|
|
font-size: 14px;
|
2023-01-13 15:13:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ws-current {
|
|
|
|
color: #f1fa8c;
|
2024-04-14 15:26:30 +00:00
|
|
|
font-size: 14px;
|
2023-01-13 15:13:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ws-active {
|
|
|
|
color: #50fa7b;
|
2024-04-14 15:26:30 +00:00
|
|
|
font-size: 14px;
|
2023-01-13 15:13:56 +00:00
|
|
|
}
|
|
|
|
|
2023-01-14 22:21:42 +00:00
|
|
|
@keyframes connectanim {
|
|
|
|
from {
|
|
|
|
background-image: radial-gradient(circle farthest-side at center, #1793D1 0%, transparent 0%, transparent 100%);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
background-image: radial-gradient(circle farthest-side at center, #1793D1 0%, #1793D1 100%, transparent 100%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes disconnectanim {
|
|
|
|
from {
|
|
|
|
background-image: radial-gradient(circle farthest-side at center, transparent 0%, #1793D1 0%, #1793D1 100%);
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
background-image: radial-gradient(circle farthest-side at center, transparent 0%, transparent 100%, #1793D1 100%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes scanonanim {
|
|
|
|
from {
|
|
|
|
color: #f1fa8c;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
color: #50fa7b;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@keyframes scanoffanim {
|
|
|
|
from {
|
|
|
|
color: #50fa7b;
|
|
|
|
}
|
|
|
|
to {
|
|
|
|
color: #f1fa8c;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.bt-bg {
|
|
|
|
background-color: #282a36;
|
|
|
|
border-radius: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bt-header-box {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-left: 8px;
|
|
|
|
font-size: 24px;
|
|
|
|
color: #1793D1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bt-body-box {
|
|
|
|
margin-right: 8px;
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bt-button {
|
|
|
|
border-radius: 16px;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 8px;
|
|
|
|
padding-top: 4px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-top: 4px;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.bt-button.active {
|
|
|
|
animation-name: connectanim;
|
|
|
|
animation-duration: 50ms;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
}
|
|
|
|
.bt-button.inactive {
|
|
|
|
animation-name: disconnectanim;
|
|
|
|
animation-duration: 50ms;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
}
|
|
|
|
.bt-button.failed {
|
|
|
|
color: #ff5555;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bt-close {
|
|
|
|
color: #ff5555;
|
|
|
|
background-color: #44475a;
|
|
|
|
border-radius: 16px;
|
|
|
|
padding: 0px 8px 0px 7px;
|
|
|
|
margin: 0px 0px 0px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bt-scan {
|
|
|
|
color: #f1fa8c;
|
|
|
|
background-color: #44475a;
|
|
|
|
border-radius: 16px;
|
|
|
|
padding: 2px 11px 0px 7px;
|
|
|
|
margin: 0px 0px 0px 10px;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
.bt-scan.active {
|
|
|
|
animation-name: scanonanim;
|
|
|
|
animation-duration: 50ms;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
}
|
|
|
|
.bt-scan.inactive {
|
|
|
|
animation-name: scanoffanim;
|
|
|
|
animation-duration: 50ms;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-fill-mode: forwards;
|
|
|
|
}
|
2024-03-18 01:26:09 +00:00
|
|
|
|
|
|
|
/*# sourceMappingURL=style.css.map */
|