initial commit with most component ready.
This commit is contained in:
74
.config/waybar/style.css
Normal file
74
.config/waybar/style.css
Normal file
@@ -0,0 +1,74 @@
|
||||
window#waybar {
|
||||
background-color: rgba(25, 23, 36, 0.75);
|
||||
color: #cdd6f4;
|
||||
transition-property: background-color;
|
||||
transition-duration: .5s;
|
||||
border-bottom: 1px solid rgba(144, 140, 170, 0.35);
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: "MonaspiceNe Nerd Font";
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
padding-top: 4px;
|
||||
padding-bottom: 4px;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
background-color: transparent;
|
||||
border-radius: 100%;
|
||||
border: 6px #f5c2e7;
|
||||
font-weight: 800;
|
||||
color: #a6adc8;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
color: #fab387;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
background: rgba(69, 71, 90, 0.65);
|
||||
color: #cdd6f4;
|
||||
border: 12px #f5c2e7;
|
||||
transition: none;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
color: #f5c2e7;
|
||||
border: 12px #f5c2e7;
|
||||
}
|
||||
|
||||
label.module {
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
box.module button:hover {
|
||||
box-shadow: none;
|
||||
outline: none;
|
||||
font-style: normal;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
#tray {
|
||||
padding: 0 8 0 8;
|
||||
}
|
||||
|
||||
menu {
|
||||
background-color: #181825;
|
||||
color: #cdd6f4;
|
||||
border: 1px solid #494d64;
|
||||
padding: 6px;
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
#tray menu menuitem:hover {
|
||||
background-color: #1e1e2e;
|
||||
color: #f5c2e7;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#window {
|
||||
font-weight: 800;
|
||||
padding: 0px 8px 0px 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user