69 lines
979 B
CSS
69 lines
979 B
CSS
* {
|
|
font-family: FiraCode Nerd Font;
|
|
font-size: 16px;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: #333333;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#tags button {
|
|
border: none;
|
|
border-radius: 0;
|
|
min-width: 34px;
|
|
padding: 0;
|
|
margin: 0 0 0 5px;
|
|
text-shadow: none;
|
|
box-shadow: none;
|
|
transition-duration: 0;
|
|
}
|
|
|
|
#tags button:first-child {
|
|
margin: 0 0 0 0;
|
|
}
|
|
|
|
#tags button:hover {
|
|
background: lighter(#333333);
|
|
}
|
|
|
|
#tags button.focused {
|
|
background: red;
|
|
}
|
|
|
|
#tags button.urgent {
|
|
background: white;
|
|
color: red;
|
|
}
|
|
|
|
#tags button.occupied {
|
|
box-shadow: 0 2px white inset;
|
|
}
|
|
|
|
#tags button.current-view {
|
|
box-shadow: 0 4px white inset;
|
|
}
|
|
|
|
#window {
|
|
margin: 0 5px 0 5px;
|
|
font-family:
|
|
IPAPGothic,
|
|
FiraCode Nerd Font;
|
|
}
|
|
|
|
#info-widgets label:not(#bluetooth) {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#info-widgets > *:first-child label {
|
|
margin-left: 0;
|
|
}
|
|
|
|
#bluetooth {
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#bluetooth.off {
|
|
margin-left: 0;
|
|
}
|