127 lines
1.9 KiB
CSS
127 lines
1.9 KiB
CSS
* {
|
|
font-family: "Fira Mono Nerd Font";
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
window#waybar {
|
|
background: transparent;
|
|
}
|
|
|
|
.module {
|
|
background-color: rgba(30, 30, 46, 0.8);
|
|
margin: 0 3px;
|
|
padding: 0 9px;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
#custom-logo {
|
|
padding-right: 11px;
|
|
padding-left: 8px;
|
|
background-color: #cba6f7;
|
|
color: #1e1e2e;
|
|
font-size: 21px;
|
|
}
|
|
|
|
#workspaces {
|
|
padding: 3px 4px;
|
|
}
|
|
|
|
#workspaces button {
|
|
background-color: #585b70;
|
|
margin: 0 2px;
|
|
padding: 0 2px;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
#workspaces button:first-child {
|
|
border-radius: 5px 2px 2px 5px;
|
|
margin: 0;
|
|
margin-right: 2px;
|
|
}
|
|
|
|
#workspaces button:last-child {
|
|
border-radius: 2px 5px 5px 4px;
|
|
margin: 0;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
#workspaces button:only-child {
|
|
border-radius: 5px;
|
|
padding: 0 12px;
|
|
margin: 0 1px;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background-color: #b4befe;
|
|
color: #313244;
|
|
}
|
|
|
|
#mpris {
|
|
font-size: 14px;
|
|
color: #f2cdcd;
|
|
}
|
|
|
|
#network {
|
|
padding: 0;
|
|
padding-left: 7px;
|
|
padding-right: 13px;
|
|
background-color: #f38ba8;
|
|
color: #1e1e2e;
|
|
}
|
|
|
|
#bluetooth {
|
|
padding: 0;
|
|
padding-left: 7px;
|
|
padding-right: 8px;
|
|
background-color: #fab387;
|
|
color: #1e1e2e;
|
|
}
|
|
|
|
#custom-notifs {
|
|
padding-left: 8px;
|
|
background-color: #f9e2af;
|
|
color: #1e1e2e;
|
|
}
|
|
|
|
#battery {
|
|
background-color: #a6e3a1;
|
|
color: #1e1e2e;
|
|
}
|
|
|
|
#battery.warning {
|
|
color: #f9e2af;
|
|
}
|
|
|
|
#battery.charging {
|
|
color: #cdd6f4;
|
|
}
|
|
|
|
#battery.critical {
|
|
color: #f38ba8;
|
|
}
|
|
|
|
#memory {
|
|
padding-right: 3px;
|
|
border-radius: 7px 0 0 7px;
|
|
margin-right: 0;
|
|
background-color: #89dceb;
|
|
color: #1e1e2e;
|
|
}
|
|
|
|
#cpu {
|
|
padding-left: 3px;
|
|
border-radius: 0 7px 7px 0;
|
|
margin-left: 0;
|
|
background-color: #89dceb;
|
|
color: #1e1e2e;
|
|
}
|
|
|
|
#clock {
|
|
background-color: #89b4fa;
|
|
color: #1e1e2e;
|
|
}
|