Upload files to "YASB config for Komorebi"

This commit is contained in:
mx
2026-06-23 13:07:57 +00:00
parent c49c698a6c
commit 88963cf6ae
2 changed files with 362 additions and 0 deletions
+186
View File
@@ -0,0 +1,186 @@
* {
font-size: 10px;
color: #cdd6f4;
font-weight: 500;
font-family: "JetBrainsMono NFP";
margin: 0;
padding: 0;
}
.yasb-bar {
padding: 0 8px;
margin: 0;
background-color: #1e1e2e;
border-radius: 8px;
}
.widget {
padding: 0 10px;
margin: 0;
}
.widget .label {
padding: 2px 2px 1px 2px;
}
.widget .label.alt {
padding: 1px 8px 1px 8px;
}
.clock-widget .label {
padding-left:8px;
}
/*POWER MENU WIDGET*/
/* Uptime text */
.uptime {
font-size: 14px;
margin-bottom: 10px;
color: rgba(191, 202, 219, 0.726);
font-weight: 600;
font-family: "JetBrainsMono NFP";
}
.power-menu-widget .label {
color: #eba0ac;
font-size: 16px;
}
.power-menu-popup .button {
padding: 0;
width: 160px;
height: 240px;
border-radius: 4px;
background-color: rgba(41, 42, 58, 0.75);
font-family: "JetBrainsMono NFP";
color: white;
border: 4px solid rgba(255, 255, 255, 0);
}
.power-menu-popup .button.hover {
background-color: rgb(55, 56, 75);
border: 4px solid rgb(55, 56, 75);
}
.power-menu-popup .button .label {
margin-bottom: 8px;
font-size: 16px;
font-weight: 600;
color: rgba(255, 255, 255, 0.6);
font-family: "JetBrainsMono NFP";
}
.power-menu-popup .button .icon {
font-size: 64px;
padding-top: 54px;
color: rgba(255, 255, 255, 0.25);
}
.power-menu-popup .button.cancel {
height: 20px !important; /* Much thinner than the 240px of other buttons */
width: 100%; /* Full width to span across */
padding-top: 10px;
padding-bottom: 10px;
}
.power-menu-popup .button.cancel .icon {
font-size: 24px !important; /* Smaller icon for the thinner button */
padding-top: 0px !important; /* Remove the large top padding */
color: rgba(243, 139, 168, 0.55);
}
.power-menu-popup .button.cancel .label {
margin-bottom: 0px !important; /* Remove bottom margin */
color: rgba(243, 139, 168, 0.95);
}
/* ICONS */
.icon {
font-size: 16px;
}
.volume-widget .icon {
color: #89b4fa;
margin: 1px 2px 0 0;
}
.start-menu .icon {
font-size: 18px;
color: #89b4fa
}
.clock-widget .icon {
color: #cba6f7;
font-size: 14px;
}
/* CALENDAR WIDGET */
.calendar {
background-color: rgba(17, 17, 27, 0.4);
}
.calendar .calendar-table,
.calendar .calendar-table::item {
background-color: rgba(17, 17, 27, 0);
color: rgba(162, 177, 196, 0.85);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
margin: 0;
padding: 0;
border: none;
outline: none;
}
.calendar .calendar-table::item:selected {
color: rgb(255, 255, 255);
background-color: #007acc;
border-radius: 10px;
}
.calendar .day-label {
margin-top: 20px;
}
.calendar .day-label,
.calendar .month-label,
.calendar .date-label,
.calendar .week-label,
.calendar .holiday-label {
font-family: 'Segoe UI';
font-size: 16px;
color: #fff;
font-weight: 700;
min-width: 180px;
max-width: 180px;
}
.calendar .week-label,
.calendar .holiday-label {
font-size: 12px;
font-weight: 600;
color: rgba(162, 177, 196, 0.85);
}
.calendar .holiday-label {
color: rgba(162, 177, 196, 0.85);
font-weight: 700;
}
.calendar .month-label {
font-weight: normal;
}
.calendar .date-label {
font-size: 88px;
font-weight: 900;
color: rgb(255, 255, 255);
margin-top: -20px;
}
.komorebi-active-layout {
padding: 0
}
.komorebi-workspaces .offline-status {
color: #cdd6f4;
font-size: 12px;
padding: 0 0 0 4px;
font-weight: 600;
}
.komorebi-workspaces .ws-btn {
border: none;
background-color: #6c7086;
margin: 0 3px;
height: 9px;
width: 9px;
border-radius: 4px;
}
.komorebi-workspaces .ws-btn:hover {
color: #cdd6f4;
}
.komorebi-workspaces .ws-btn.populated {
background-color: #b4befe;
}
.komorebi-workspaces .ws-btn.active {
background-color: #89b4fa;
width: 36px;
}