dotfiles/waybar/style.css

72 lines
1020 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(@mantle, 0.7);
border-radius: 0px;
}
window#waybar.hidden {
opacity: 0.2;
}
#workspaces button {
color: @peach;
transition: all 0.1s ease;
}
#workspaces button.active {
background-color: alpha(@peach, 0.2);
border-radius: 2px;
transition: all 0.1s ease;
}
.modules-left,
.modules-center,
.modules-right {
padding-top: 2px;
padding-bottom: 6px;
}
.modules-left {
padding-left: 0px;
}
.modules-right {
padding-right: 0px;
}
#clock,
#cpu,
#disk,
#memory,
#network,
#temperature,
#tray,
#wireplumber,
#workspaces,
#custom-gpu,
#custom-poweroff,
#custom-weather {
background-color: @base;
border-radius: 10px;
border: 1px solid @overlay0;
margin-left: 6px;
margin-right: 6px;
color: @peach;
min-width: 90px;
}
#clock {
min-width: 100px;
}