89 lines
1.5 KiB
CSS
89 lines
1.5 KiB
CSS
* {
|
|
border: none;
|
|
font-family: Font Awesome, Roboto, Arial, sans-serif;
|
|
font-size: 13px;
|
|
color: white;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
window {
|
|
/*font-weight: bold;*/
|
|
}
|
|
window#waybar {
|
|
background: rgba(0, 0, 0, 0);
|
|
}
|
|
/*-----module groups----*/
|
|
.modules-right {
|
|
background-color: rgba(0,43,51,0.85);
|
|
margin: 2px 10px 0 0;
|
|
padding: 0 5px;
|
|
}
|
|
.modules-center {
|
|
background-color: rgba(0,43,51,0.85);
|
|
margin: 2px 5px 0 5px;
|
|
padding: 0 5px;
|
|
}
|
|
.modules-left {
|
|
margin: 2px 0 0 5px;
|
|
background-color: rgba(0,119,179,0.6);
|
|
}
|
|
/*-----modules indv----*/
|
|
#workspaces button {
|
|
padding: 1px 6px;
|
|
background-color: transparent;
|
|
}
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
background-color: rgba(0,153,153,1);
|
|
}
|
|
|
|
#workspaces button.active {
|
|
background-color: rgba(0,43,51,0.85);
|
|
}
|
|
|
|
#window {
|
|
font-family: 'Go Mono', 'JetBrains Mono', 'Ubuntu Mono', 'Droid Sans Mono', 'monospace', monospace;
|
|
font-weight: bold;
|
|
padding: 0 10px;
|
|
}
|
|
|
|
#tray * {
|
|
color: #303030;
|
|
}
|
|
|
|
#custom-cpu {
|
|
min-width: 48px;
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#pulseaudio,
|
|
#custom-lock,
|
|
#custom-media,
|
|
#custom-spotify,
|
|
#custom-brightness,
|
|
#custom-cpu,
|
|
#custom-ram {
|
|
padding: 0 4px;
|
|
}
|
|
#pulseaudio.muted {
|
|
color: #cc3436;
|
|
}
|
|
#battery.charging {
|
|
color: #2dcc36;
|
|
}
|
|
#battery.warning:not(.charging) {
|
|
color: #e6e600;
|
|
}
|
|
#battery.critical:not(.charging) {
|
|
color: #cc3436;
|
|
}
|
|
/*-----Colors----*/
|
|
/*
|
|
*rgba(0,85,102,1),#005566 --> Indigo(dye)
|
|
*rgba(0,43,51,1),#002B33 --> Dark Green
|
|
*rgba(0,153,153,1),#009999 --> Persian Green
|
|
*
|
|
*/
|
|
|