You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.6 KiB
CSS

* {
font-family: "Monofur Nerd Font", monospace;
}
window.eDP-1 * { font-size: 14px; }
window.DP-1 * { font-size: 16px; }
window#waybar {
color: #ffffff;
}
window#waybar.eDP-1 {
background-color: rgba(0, 0, 0, 0.7);
border: none;
}
window#waybar.DP-1 {
background-color: rgba(42, 42, 42, 0.7);
border-bottom: 3px solid rgba(115, 115, 115, 0.5);
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
opacity: 0.2;
}
button {
/* Use box-shadow instead of border so the text isn't offset */
box-shadow: inset 0 -3px transparent;
/* Avoid rounded borders under each button name */
border: none;
border-radius: 0;
}
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
button:hover {
background: inherit;
box-shadow: inset 0 -3px #ffffff;
}
#workspaces button {
padding: 0 5px;
background-color: transparent;
color: #ffffff;
}
#workspaces button:hover {
background: rgba(0, 0, 0, 0.2);
}
#workspaces button.focused {
background-color: #000;
box-shadow: inset 0 -3px #FABD2F;
color: #FABD2F;
}
#workspaces button.urgent {
background-color: #eb4d4b;
}
/* If workspaces is the leftmost module, omit left margin */
.modules-left > widget:first-child > #workspaces {
margin-left: 0;
}
/* If workspaces is the rightmost module, omit right margin */
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
}
/* If window-title is the rightmost module, give it some extra right margin */
#sway-window {
margin-right: 1em;
color: green;
}
#privacy {
color: white;
background-color: #eb4d4b;
}