2022-07-11 21:35:34 -04:00

135 lines
2.2 KiB
CSS

#backlight, #battery, #cpu, #disk, #idle_inhibitor, #keyboard-state,
#pulseaudio, #clock, #tags, #language, #memory, #network, #sndio,
#mode, #window, #workspaces, #temperature, #taskbar, #workspaces,
#custom-treefetch-downloads, #custom-update-count {
box-shadow: 4px 4px 0 #2e2e2e;
margin-bottom: 4px;
margin-right: 4px;
margin-left: 3px;
margin-right: 7px;
padding-left: 10px;
padding-right: 10px;
background: #464646;
border-radius: 0px;
}
* {
min-height: 0;
}
#workspaces button {
color: #b48ead;
margin: 0;
padding: 1px 1px 0px 1px;
}
#workspaces button.focused {
border: 1px solid #b48ead;
}
window#waybar {
background: transparent;
color: #b48ead;
}
.modules-left, .modules-center, .modules-right {
background: transparent;
margin-top: 0px;
border-radius: 0px;
font-family: "JetBrains Mono Nerd Font", monospace;
font-size: 15px;
font-weight: 500;
}
.modules-left {
margin-left: 6px;
}
.modules-right {
margin-right: 6px;
}
#mpd, #custom-mpd-song-scroll {
font-size: 12px;
font-weight: 700;
margin: 0;
padding: 0;
}
#mpd {
color: #464646;
margin-left: 5px;
}
#custom-mpd-song-scroll {
color: #bf6429;
margin-right: 50px;
}
#tags button {
color: #787878;
font-family: "Source Han Sans JP Heavy";
font-weight: 700;
padding: 0 3px;
margin: 0 2px;
min-width: 15px;
font-size: 17px;
border-radius: 0;
border: none;
transition: none;
}
#tags button.occupied {
color: inherit;
}
#tags button:hover {
color: #464646;
background: #787878;
box-shadow: none;
text-shadow: none;
transition: 0;
}
#tags button.focused {
color: #464646;
background: #e78a4e;
}
#tags button.urgent {
color: #ea6962;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
tooltip {
background: #464646;
border-radius: 7px;
font-family: "JetBrains Mono Nerd Font", monospace;
font-weight: 500;
font-size: 15px;
padding: 10px;
animation-name: fadein;
animation-duration: 0.2s;
border: 2px solid #787878;
text-shadow: none;
color: #b48ead;
}
tooltip label {
color: #b48ead;
}
#tray menu {
background: #464646;
color: #b48ead;
border-radius: 5px;
border: 2px solid #787878;
}