Files
dotfiles-arch/.config/waybar/style.css
2025-12-29 21:44:37 -03:00

155 lines
2.7 KiB
CSS

* {
border: none;
border-radius: 0;
font-family: "Fira Code", FontAwesome;
font-weight: bold;
font-size: 14px;
min-height: 0;
}
window#waybar {
background-color: rgba(0, 0, 0, 0);
border-bottom: 0.5px solid #fffff0;
background: rgba(21, 18, 27, 0.6);
color: #cdd6f4;
transition-property: background-color;
transition-duration: .5s;
}
window#waybar.hidden {
opacity: 0.2;
}
tooltip {
background: rgba(8, 7, 10, 0.8);
border-radius: 18px;
border-width: 2px;
border-style: solid;
border-color: #11111b;
}
#workspaces {
background: rgba(8, 7, 10, 0.6);
margin: 5px 5px 5px 5px;
padding: 6px 5px;
border-radius: 18px;
margin-top: 7px;
margin-bottom: 7px;
/* margin-left: 5px;
margin-right: 5px; */
border: 0.5px solid #032412;
}
#workspaces button {
padding: 0px 5px;
margin: 0px 3px;
border-radius: 16px;
color: #cdd6f4;
background-color: #2f354a;
transition: all 0.3s ease-in-out;
}
#workspaces button.empty {
opacity: 0.4;
}
#workspaces button.active {
color: #2f354a;
background-color: #cdd6f4;
border-radius: 16px;
min-width: 50px;
background-size: 400% 400%;
transition: all 0.3s ease-in-out;
/*opacity: 1.0;*/
}
#workspaces button.urgent {
background-color: #cdd6f4;
color: #2f354a;
padding: 0 0 0 5px;
border-radius: 16px;
min-width: 40px;
background-size: 300% 300%;
}
#workspaces button:hover {
background-color: #cdd6f4;
color: #2f354a;
border-radius: 16px;
min-width: 50px;
background-size: 400% 400%;
}
#clock,
#window,
#custom-media,
#backlight,
#custom-wl-gammarelay-temperature,
#tray,
#custom-swaync {
background-color: #2f354a;
margin: 0 0 0 0;
padding: 0px 7px 0px 7px;
border-radius: 18px;
margin-top: 10px;
margin-bottom: 10px;
border: none;
}
/* LEFT MODULES */
#window {
background: #cdd6f4;
color: #1e1e2e;
border-radius: 18px;
margin-left: 20px;
margin-right: 20px;
}
window#waybar.empty #window {
background-color: transparent;
}
/* CENTER MODULES */
#clock {
border-radius: 18px;
color: #fab387;
margin-right: 5px;
}
/* RIGHT MODULES */
#custom-media {
padding-right: 10px;
margin-right: 10px;
margin-left: 10px;
}
#custom-media.custom-spotify {
color: #1db954;
}
#custom-wl-gammarelay-temperature {
border-radius: 0px 0px 0px 0px;
padding: 0px 0px 0px 7px;
color: #d99280;
}
#backlight {
border-radius: 0px 18px 18px 0px;
margin-right: 5px
}
#tray {
/* border-radius: 18px 0 0 18px; */
border-radius: 18px;
}
#custom-swaync {
border-radius: 18px;
margin-left: 5px;
}