dotfiles/waybar/style.css
2024-01-16 18:33:53 -06:00

93 lines
1.3 KiB
CSS
Executable File

@import "mocha.css";
* {
border: none;
border-radius: 0px;
min-height: 0;
font-size: 15px;
font-family: "Hack Nerd Font";
/*background: @base;*/
}
window#waybar {
background-color: transparent;
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
opacity: 0.2;
}
#workspaces button {
border-radius: 20px;
}
#workspaces button:hover {
color: black;
border-bottom: 3px solid #ffffff;
}
#mode {
background-color: #64727D;
border-bottom: 3px solid #ffffff;
}
/* Sections */
.modules-left,
.modules-center,
.modules-right {
border-radius: 20px;
border: 3px solid @crust;
padding: 0 10px;
}
#clock,
#cpu,
#disk,
#memory,
#network,
#temperature,
#taskbar,
#tray,
#workspaces,
#wireplumber,
#custom-poweroff,
#custom-weather,
#custom-spotify {
padding: 0 10px;
}
.modules-left {
background-image: linear-gradient(90deg, @base, @surface0, @surface2);
}
.modules-center {
background-image: linear-gradient(270deg, @base, @overlay2, @base);
}
.modules-right {
background-image: linear-gradient(270deg, @base, @surface0, @surface2);
}
#wireplumber{
color: @sapphire;
}
#disk {
color: @peach;
}
#memory {
color: @teal;
}
#cpu {
color: @lavender;
}
#temperature {
color: @sky;
}
#taskbar button {
color: @rosewater;
}