69 lines
951 B
CSS
69 lines
951 B
CSS
@import "./themes/catppuccin-macchiato.css";
|
|
|
|
*{
|
|
font-size: 13px;
|
|
font-family: JetBrainsMono Roboto, Helvetica, Arial, sans-serif;
|
|
color: @text;
|
|
}
|
|
#waybar {
|
|
background: transparent;
|
|
border-radius: 5px;
|
|
}
|
|
#workspaces{
|
|
border-radius:5px;
|
|
box-shadow:0px 0px black;
|
|
}
|
|
|
|
box.modules-left,
|
|
box.modules-center,
|
|
box.modules-right {
|
|
border-radius: 6px;
|
|
background-color: @base;
|
|
}
|
|
|
|
#workspaces,
|
|
#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;
|
|
}
|