dotfiles/waybar/style.css
2024-01-16 23:14:21 -06:00

68 lines
882 B
CSS
Executable File

@import "mocha.css";
* {
border: none;
border-radius: 0px;
min-height: 0;
font-size: 14px;
font-family: "Hack Nerd Font";
}
window#waybar {
background-color: @base;
color: @text;
border-radius: 6px;
}
window#waybar.hidden {
opacity: 0.2;
}
#workspaces {
margin: 4px 0;
border-radius: 5px;
background: transparent;
}
#workspaces button {
color: @overlay0;
background: transparent;
transition: all 0.1s ease;
}
#workspaces button.active {
color: @lavender;
border-top: 2px solid @lavender;
transition: all 0.1s ease;
}
#clock,
#cpu,
#disk,
#memory,
#network,
#temperature,
#tray,
#workspaces,
#wireplumber,
#custom-poweroff,
#custom-weather {
padding: 0 10px;
}
#wireplumber{
color: @sapphire;
}
#disk {
color: @peach;
}
#memory {
color: @teal;
}
#cpu {
color: @lavender;
}
#temperature {
color: @sky;
}