Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * {
- /* Bar measurement icons: https://github.com/and3rson/graph-bars-font */
- /* Icon set: https://fontawesome.com/v5.15/how-to-use/on-the-desktop/setup/getting-started */
- font-family: 'Segoe UI', 'Font Awesome 6 Free';
- font-size: 16px;
- }
- .bar {
- background: rgba(255, 255, 255, 0.4);
- /* border: 1px solid #504945; */
- padding: 0 5px;
- }
- /* .container-right .widget {
- } */
- /* .container-right .widget * {
- } */
- .komorebi-workspaces {
- margin-left: 0;
- }
- .ws-btn {
- padding: 5px;
- background: rgba(60, 56, 54, 0.4);
- border: 1px solid rgba(168, 153, 132, 0.4);
- margin: 2px 1px;
- font-size: 12px;
- border-radius: 3px;
- }
- .ws-btn:hover {
- color: #fbf1c7;
- font-weight: bold;
- }
- .ws-btn.populated {
- border-color: rgba(168, 153, 132, 1.0);
- color: #ebdbb2;
- }
- .ws-btn.active {
- background: rgba(251, 241, 199, 0.85);
- color: #121212;
- }
- .custom-widget {
- padding: 2px 6px;
- }
- .custom-widget .icon {
- font-size: 13px;
- }
- .custom-widget:hover {
- background: #bcbcbc;
- }
- .custom-widget .icon.icon-left {
- margin-right: 5px;
- }
- .custom-widget .icon.icon-right {
- margin-left: 5px;
- }
- .custom-widget.hostname-widget {
- background: #83a598;
- }
- .custom-widget.terminal-widget {
- font-size: 14px;
- }
- .cpu-widget,
- .wifi-widget,
- .memory-widget,
- .traffic-widget,
- .battery-widget {
- margin: 2px;
- padding: 2px;
- }
- .cpu-widget .label,
- .wifi-widget .label,
- .memory-widget .label,
- .traffic-widget .label {
- padding: 2px 5px;
- font-size: 14px;
- font-weight: 600;
- border-radius: 5px;
- color: #303030;
- }
- .traffic-widget {
- color: #242424 ;
- }
- .traffic-widget .label {
- background: #B3D3D9;
- }
- .wifi-widget .label {
- background: rgba(229, 229, 229, 0.366);
- font-size: 18px;
- }
- .cpu-widget .label {
- background: rgba(229, 229, 229, 0.366);
- }
- .battery-widget .label {
- padding: 2px 5px;
- font-size: 16px;
- font-weight: 200;
- border-radius: 5px;
- color: #242424;
- background: rgba(229, 229, 229, 0.366);
- }
- .battery-widget .label.status-critical {
- color: #d72511;
- }
- .battery-widget .label.status-low {
- color: #f46e00;
- }
- .battery-widget .label.status-medium {
- color: #242424;
- /* color: #f3aa00; */
- }
- .battery-widget .label.status-high {
- color: #242424;
- /* color: #dbaf00; */
- }
- .battery-widget .label.status-full {
- color: #242424;
- /* color: #1e6f00; */
- }
- .battery-widget .label.status-charging {
- color: #242424;
- /* color: #1e6f00; */
- }
- .memory-widget .label.status-low {
- background: rgba(229, 229, 229, 0.366);
- }
- .memory-widget .label.status-medium {
- background: rgba(202, 148, 62, 0.366);
- color: #eee;
- }
- .memory-widget .label.status-high {
- background: rgba(208, 50, 50, 0.366);
- color: #eee;
- }
- .active-window-widget {
- margin-left: 0px;
- }
- .active-window-widget .label {
- font-weight: 700;
- padding: 0;
- background: rgba(0, 0, 0, 0);
- color: #303030;
- border-radius: 4px;
- margin: 2px 4px;
- margin-right: 0px;
- }
- .komorebi-active-layout .label {
- color: #fbf1c7;
- margin: -4px 2px 2px 8px;
- }
- .clock-widget .label {
- padding: 0px 2px;
- font-size: 17px;
- font-weight: 500;
- }
- /* My Custom Widgets */
- .os-icon {
- background: rgba(0, 0, 0, 0);
- margin-left: 8px;
- padding: 0px 6px;
- padding-bottom: 1px;
- }
- .os-icon .label {
- font-size: 22px;
- }
- .os-icon:hover {
- background: rgba(229, 229, 229, 0.366);
- }
- .spotlight {
- background: rgba(0, 0, 0, 0);
- }
- .spotlight .label {
- font-size: 18px;
- padding: 0px 2px;
- }
- .spotlight:hover {
- background: rgba(229, 229, 229, 0.366);
- }
- .noti-center {
- background: rgba(0, 0, 0, 0);
- margin: 0px;
- margin-left: -2px;
- }
- .noti-center .label {
- font-size: 16px;
- padding: 0px;
- padding-right: 16px;
- padding-left: 2px;
- }
- .noti-center:hover {
- background: rgba(229, 229, 229, 0.366);
- }
- .fake-menu {
- background: rgba(0, 0, 0, 0);
- margin-left: 8px;
- padding: 0px 6px;
- }
- .fake-menu .label {
- font-weight: 500;
- padding: 0;
- padding-left: 2px;
- background: rgba(0, 0, 0, 0);
- color: #303030;
- margin: 0px;
- }
- .fake-menu:hover {
- background: rgba(0, 0, 0, 0);
- }
Advertisement
Add Comment
Please, Sign In to add comment