62 lines
826 B
CSS
62 lines
826 B
CSS
* {
|
|
border:none;
|
|
border-radius:0;
|
|
padding:0;
|
|
margin:0;
|
|
|
|
font-family: "SF Pro Display", "Inter", "JetBrainsMono Nerd Font";
|
|
font-size: 14px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(30, 30, 30, 0.8);
|
|
border-radius: 0;
|
|
color: #ffffff;
|
|
padding: 4px 12px;
|
|
}
|
|
|
|
/* Modules spacing */
|
|
.modules-left,
|
|
.modules-center,
|
|
.modules-right {
|
|
margin: 0 8px;
|
|
}
|
|
|
|
/* Apple icon */
|
|
#custom-apple {
|
|
font-size: 15px;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
/* Workspaces */
|
|
#workspaces button {
|
|
background: transparent;
|
|
color: #bbbbbb;
|
|
border: none;
|
|
padding: 0 6px;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* Center clock */
|
|
#clock {
|
|
font-weight: 500;
|
|
padding: 0 12px;
|
|
}
|
|
|
|
/* Right modules */
|
|
#pulseaudio,
|
|
#network,
|
|
#battery,
|
|
#tray {
|
|
padding: 0 8px;
|
|
}
|
|
|
|
/* Tray icons */
|
|
#tray > .item {
|
|
padding: 0 4px;
|
|
}
|