50 lines
766 B
CSS
50 lines
766 B
CSS
* {
|
|
font-family: "Jost", "Material Design Icons", Monospace;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#tray,
|
|
label.module {
|
|
padding: 0px 8px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(255, 255, 255, .0);
|
|
}
|
|
|
|
#controls,
|
|
#submap,
|
|
#network,
|
|
#disks,
|
|
#hardware,
|
|
#tray,
|
|
#clock {
|
|
background: rgba(0, 0, 0, .8);
|
|
color: white;
|
|
margin: 0px 5px;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0;
|
|
color: #888888;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
color: #ffffff;
|
|
}
|
|
|
|
#submap {
|
|
background: #000000;
|
|
border: 1px solid #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#window {
|
|
color: #ffffff;
|
|
text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
|
|
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
|
|
background: rgba(0, 0, 0, 0);
|
|
border: 0
|
|
}
|