2024-04-28 20:50:20 -04:00
|
|
|
*:not(selection):not(tooltip) {
|
2024-05-26 22:12:57 -04:00
|
|
|
all: unset;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.clock {
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
color: #cdd6f4;
|
|
|
|
|
font-weight: bold;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 1px 15px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.media {
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
color: #cdd6f4;
|
|
|
|
|
font-weight: bold;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 1px 15px;
|
|
|
|
|
}
|
|
|
|
|
.media:hover {
|
|
|
|
|
color: #74c7ec;
|
|
|
|
|
border: 3px solid #74c7ec;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.barNotification {
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
color: #cdd6f4;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-right: 10px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 1px 15px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
@keyframes lowBlink {
|
|
|
|
|
0% {
|
2024-05-26 22:12:57 -04:00
|
|
|
color: #74c7ec;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
50% {
|
2024-05-26 22:12:57 -04:00
|
|
|
color: #cdd6f4;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
100% {
|
2024-05-26 22:12:57 -04:00
|
|
|
color: #74c7ec;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.sysinfo {
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
color: #cdd6f4;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-right: 10px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 1px 15px;
|
|
|
|
|
}
|
|
|
|
|
.sysinfo:hover {
|
|
|
|
|
color: #74c7ec;
|
|
|
|
|
border: 3px solid #74c7ec;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.volume {
|
2024-05-26 22:12:57 -04:00
|
|
|
margin-left: 8px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.bluetoothindicator {
|
2024-05-26 22:12:57 -04:00
|
|
|
margin-left: 8px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.batIcon {
|
|
|
|
|
margin-left: 8px;
|
2024-05-26 22:12:57 -04:00
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
.batIcon.low {
|
|
|
|
|
animation: lowBlink 2s infinite;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.title {
|
|
|
|
|
background: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
color: #cdd6f4;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-left: 10px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 1px 15px;
|
|
|
|
|
}
|
|
|
|
|
.title:hover {
|
|
|
|
|
color: #74c7ec;
|
|
|
|
|
border: 3px solid #74c7ec;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.tray {
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
color: #cdd6f4;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-right: 10px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 1px 11px;
|
|
|
|
|
}
|
|
|
|
|
.tray > * {
|
|
|
|
|
margin: 0 4px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
menu menuitem {
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
color: #cdd6f4;
|
|
|
|
|
margin: 1px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
menu menuitem:hover {
|
|
|
|
|
color: #74c7ec;
|
|
|
|
|
border: 3px solid #74c7ec;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.workspaces_pill {
|
|
|
|
|
background: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 1px 15px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.workspaces {
|
2024-05-26 22:12:57 -04:00
|
|
|
margin: 3px 0;
|
|
|
|
|
}
|
|
|
|
|
.workspaces button {
|
|
|
|
|
background: #cdd6f4;
|
|
|
|
|
border-radius: 24px;
|
|
|
|
|
margin: 0 3px;
|
|
|
|
|
min-height: 16px;
|
|
|
|
|
min-width: 16px;
|
|
|
|
|
transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
|
|
|
|
|
}
|
|
|
|
|
.workspaces button:hover {
|
|
|
|
|
min-width: 24px;
|
|
|
|
|
}
|
|
|
|
|
.workspaces button.focused {
|
|
|
|
|
background: #74c7ec;
|
|
|
|
|
min-width: 32px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.bar {
|
2024-07-17 12:41:32 -04:00
|
|
|
font-family: Iosevka Extended;
|
2024-05-26 22:12:57 -04:00
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.Slider {
|
|
|
|
|
background: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
margin-bottom: 15px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 12px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.sldLabel {
|
2024-05-26 22:12:57 -04:00
|
|
|
margin-bottom: 6px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.sldIcon {
|
2024-05-26 22:12:57 -04:00
|
|
|
margin-right: 6px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.sldSlider {
|
2024-05-26 22:12:57 -04:00
|
|
|
min-width: 300px;
|
|
|
|
|
}
|
|
|
|
|
.sldSlider slider {
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
.sldSlider trough {
|
|
|
|
|
background: #313244;
|
|
|
|
|
border-radius: 24px;
|
|
|
|
|
min-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
.sldSlider highlight {
|
|
|
|
|
background: #74c7ec;
|
|
|
|
|
border-radius: 24px;
|
|
|
|
|
min-width: 16px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.calendar {
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
border-radius: 16px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
color: #cdd6f4;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 10px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.calendarWidget {
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 3px;
|
|
|
|
|
}
|
|
|
|
|
.calendarWidget:selected {
|
|
|
|
|
color: #74c7ec;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.notificationList {
|
|
|
|
|
background-color: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
margin-bottom: 15px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 10px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.notificationEmpty {
|
|
|
|
|
color: #313244;
|
2024-05-26 22:12:57 -04:00
|
|
|
font-size: 80px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.notificationImage {
|
|
|
|
|
color: #cdd6f4;
|
2024-05-26 22:12:57 -04:00
|
|
|
font-size: 40px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.notification {
|
|
|
|
|
background-color: #313244;
|
|
|
|
|
border-radius: 15px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 10px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.notificationTitle {
|
2024-05-26 22:12:57 -04:00
|
|
|
color: #cdd6f4;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.notificationDescription {
|
2024-05-26 22:12:57 -04:00
|
|
|
color: #bac2de;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.quicktoggles {
|
|
|
|
|
background: #1e1e2e;
|
|
|
|
|
border-radius: 15px;
|
|
|
|
|
border: 3px solid #11111b;
|
|
|
|
|
margin-bottom: 15px;
|
|
|
|
|
min-width: 300px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 20px 20px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.buttons {
|
2024-05-26 22:12:57 -04:00
|
|
|
margin-top: 10px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
2024-05-26 22:12:57 -04:00
|
|
|
.bluetooth,
|
|
|
|
|
.wifi {
|
|
|
|
|
background: #74c7ec;
|
2024-04-28 20:50:20 -04:00
|
|
|
border-radius: 24px;
|
|
|
|
|
min-width: 125px;
|
2024-05-26 22:12:57 -04:00
|
|
|
padding: 9px;
|
|
|
|
|
}
|
|
|
|
|
.bluetooth.off,
|
|
|
|
|
.wifi.off {
|
|
|
|
|
background: #313244;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.wifi {
|
2024-05-26 22:12:57 -04:00
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
2024-05-26 22:12:57 -04:00
|
|
|
.wifiIcon,
|
|
|
|
|
.bluetoothIcon {
|
|
|
|
|
margin-right: 6px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.Icon {
|
|
|
|
|
background: #313244;
|
|
|
|
|
border-radius: 50%;
|
|
|
|
|
margin-left: 5px;
|
|
|
|
|
min-height: 32px;
|
2024-05-26 22:12:57 -04:00
|
|
|
min-width: 32px;
|
|
|
|
|
}
|
2024-04-28 20:50:20 -04:00
|
|
|
|
|
|
|
|
.dashboard {
|
2024-05-26 22:12:57 -04:00
|
|
|
font-weight: bold;
|
|
|
|
|
}
|