feat(waybar): rizing
This commit is contained in:
@@ -4,42 +4,70 @@
|
||||
* {
|
||||
min-height: 0;
|
||||
min-width: 0;
|
||||
font-family: "Adwaita Sans", "JetBrainsMono Nerd Font";
|
||||
font-family: "Lexend", "JetBrainsMono Nerd Font";
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
min-height: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
window#waybar.empty #window {
|
||||
background-color: transparent;
|
||||
#window {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
#workspaces button {
|
||||
padding: 0.1rem 0.6rem;
|
||||
margin: 0.1rem 0.25rem;
|
||||
padding-left: 8px;
|
||||
padding-right: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
border: 0;
|
||||
margin-left: 0;
|
||||
margin-right: 4px;
|
||||
|
||||
min-height: 10px;
|
||||
min-width: 24px;
|
||||
|
||||
border-radius: 6px;
|
||||
background-color: alpha(@bg, 0.6);
|
||||
color: #cdd6f4;
|
||||
background: alpha(@bg, 0.8);
|
||||
|
||||
transition:
|
||||
all 180ms cubic-bezier(.4,0,.2,1),
|
||||
color 800ms cubic-bezier(.4, 0, .2, 1);
|
||||
|
||||
color: grey;
|
||||
}
|
||||
|
||||
#workspaces button label {
|
||||
font-size: 20px;
|
||||
letter-spacing: -2px;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
color: #1e1e2e;
|
||||
background-color: alpha(#cdd6f4, 0.3);
|
||||
background: rgba(255,255,255,0.45);
|
||||
background: alpha(@bg,0.8);
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
background-color: alpha(@accent, 0.6);
|
||||
color: black
|
||||
min-width: 34px;
|
||||
background: white;
|
||||
background: alpha(@bg,0.8);
|
||||
color: white;
|
||||
border: 2px solid alpha(grey, 0.2);
|
||||
}
|
||||
|
||||
#workspaces button.visible {
|
||||
background: alpha(@bg,0.8);
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
background-color: alpha(@bg, 0.5);
|
||||
color: #f38ba8;
|
||||
background: #ff5f5f;
|
||||
}
|
||||
|
||||
#clock,
|
||||
|
||||
Reference in New Issue
Block a user