dotfiles/waybar/style.css
2024-02-08 03:57:45 -06:00

69 lines
990 B
CSS
Executable File

@import "mocha.css";
* {
border: none;
border-radius: 0px;
min-height: 0;
font-weight: bold;
font-size: 14px;
font-family: "Hack Nerd Font";
}
window#waybar {
background: alpha(@base, 0.6);
border: 4px solid @sapphire;
border-radius: 8px;
color: @text;
}
window#waybar.hidden {
opacity: 0.2;
}
#workspaces {
background: transparent;
}
#workspaces button {
color: @blue;
background: transparent;
transition: all 0.1s ease;
}
#workspaces button.active {
background-color: @blue;
margin: 4px;
border-radius: 6px;
transition: all 0.1s ease;
}
.modules-left {
color: @blue;
margin: 2px;
border-radius: 16px;
}
.modules-center {
border-radius: 16px;
margin: 2px;
}
.modules-right {
color: @blue;
border-radius: 16px;
margin: 2px;
}
#clock,
#cpu,
#disk,
#memory,
#network,
#temperature,
#tray,
#workspaces,
#wireplumber,
#custom-gpu,
#custom-poweroff,
#custom-weather {
padding: 0 10px;
}