dotfiles/waybar/style.css
2024-07-29 03:59:46 -05:00

73 lines
1.1 KiB
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-color: transparent;
/*background-color: alpha(@base, 0.6);*/
border-radius: 6px;
border: 0px solid @overlay0;
padding-top: 6px;
padding-bottom: 2px;
}
#workspaces button {
color: @peach;
margin: 1px;
border-radius: 10px;
transition: all 0.4s ease;
}
#workspaces button.active {
background-color: alpha(@peach, 0.2);
transition: all 0.4s ease;
}
.modules-left,
.modules-center,
.modules-right {
padding-top: 0px;
padding-bottom: 0px;
}
.modules-left {
padding-left: 0px;
}
.modules-right {
padding-right: 0px;
}
#clock,
#cpu,
#disk,
#memory,
#temperature,
#tray,
#wireplumber,
#workspaces,
#network,
#custom-gpu,
#custom-poweroff,
#custom-weather {
background-color: transparent;
border-radius: 10px;
border: 0px;
margin-left: 6px;
margin-right: 6px;
color: @peach;
min-width: 45px;
}
#clock {
min-width: 80px;
}