128 lines
2.2 KiB
CSS
128 lines
2.2 KiB
CSS
/* -----------------------------------------------------
|
|
* Import Pywal colors
|
|
* ----------------------------------------------------- */
|
|
|
|
* {
|
|
font-family: "Fira Sans Semibold", FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 16px;
|
|
border: none;
|
|
border-radius: 0px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: transparent;
|
|
color: black;
|
|
transition-property: background-color;
|
|
transition-duration: .5s;
|
|
}
|
|
|
|
#workspaces {
|
|
background: @workspacesbackground1;
|
|
margin: 2px 1px 3px 1px;
|
|
padding: 0px 1px;
|
|
border-radius: 15px;
|
|
border: 0px;
|
|
font-weight: bold;
|
|
font-style: normal;
|
|
opacity: 0.8;
|
|
color: @textcolor1;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0px 5px;
|
|
margin: 4px 3px;
|
|
border-radius: 15px;
|
|
border: 0px;
|
|
color: @textcolor1;
|
|
background-color: @workspacesbackground2;
|
|
transition: all 0.3s ease-in-out;
|
|
opacity: 0.4;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
color: @textcolor1;
|
|
background: @workspacesbackground2;
|
|
border-radius: 15px;
|
|
min-width: 40px;
|
|
transition: all 0.3s ease-in-out;
|
|
opacity:1.0;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
color: @textcolor1;
|
|
background: @workspacesbackground2;
|
|
border-radius: 15px;
|
|
opacity:0.7;
|
|
}
|
|
|
|
#window,
|
|
#workspace {
|
|
margin: 0px 4px;
|
|
}
|
|
|
|
tooltip {
|
|
border-radius: 10px;
|
|
background-color: @backgroundlight;
|
|
opacity:0.8;
|
|
padding:20px;
|
|
margin:0px;
|
|
}
|
|
|
|
tooltip label {
|
|
color: @textcolor2;
|
|
}
|
|
|
|
window#waybar.empty #window {
|
|
background-color:transparent;
|
|
}
|
|
|
|
.modules-left > widget:first-child > #workspaces {
|
|
margin-left: 0;
|
|
}
|
|
|
|
.modules-right > widget:last-child > #workspaces {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#custom-appmenu,
|
|
#taskbar,
|
|
#clock,
|
|
#custom-updates,
|
|
#network,
|
|
#battery,
|
|
#pulseaudio,
|
|
#backlight,
|
|
#custom-cliphist,
|
|
#bluetooth.on,
|
|
#bluetooth.connected,
|
|
#custom-exit{
|
|
padding: 0px 10px;
|
|
color: @iconcolor;
|
|
}
|
|
|
|
#custom-updates.yellow {
|
|
color: yellow;
|
|
}
|
|
|
|
#custom-updates.red {
|
|
color: red;
|
|
}
|
|
|
|
#tray {
|
|
background-color: #2980b9;
|
|
}
|
|
|
|
#tray > .passive {
|
|
-gtk-icon-effect: dim;
|
|
}
|
|
|
|
#tray > .needs-attention {
|
|
-gtk-icon-effect: highlight;
|
|
background-color: #eb4d4b;
|
|
}
|
|
|
|
label:focus {
|
|
background-color: #000000;
|
|
}
|