dots/configs/waybar/style.css
2025-09-01 12:10:36 -04:00

96 lines
1.4 KiB
CSS

@import "./themes/catppuccin-macchiato.css";
*{
font-size: 13px;
font-family: Open Sans, JetBrainsMono Nerd Font;
font-weight: 500;
color: @text;
}
#waybar {
background: transparent;
border-radius: 5px;
}
#workspaces{
border-radius:5px;
}
#workspaces button{
padding: .25rem .5rem;
margin-right: .5rem;
}
#workspaces button:last-child{
margin-right: 0;
}
#workspaces button.active {
color: @teal;
background-color: alpha(@teal, 0.15);
}
#workspaces button.urgent {
color: @red;
background-color: alpha(@red, 0.15);
}
#workspaces button:hover {
/* border: .2px solid transparent; */
background: alpha(@blue, 0.15);
color: @blue;
border-color: transparent;
box-shadow: inherit;
text-shadow: inherit;
}
box.modules-left,
box.modules-center,
box.modules-right {
border-radius: 6px;
background-color: @base;
}
#network,
#backlight,
#wireplumber,
#clock,
#battery,
#idle_inhibitor,
#bluetooth,
#custom-power,
#custom-notification{
padding: 0 0.6rem;
}
#network,
#wireplumber,
#backlight,
#bluetooth{
margin:0px;
}
#backlight,
#bluetooth{
border-radius:0px;
}
#wireplumber{
border-radius: 0px 5px 5px 0px;
}
#idle_inhibitor,
#clock,
#workspaces,
#custom-lizzy,
#custom-power,
#battery,
#custom-notification{
border-radius: 5px;
}
#idle_inhibitor.activated{
color:#e57474;
}
#custom-power{
color:#c47fd5;
margin-right:10px;
padding-right:14px;
}