1
0
Files
dotfiles/.config/waybar/style.css
T
2023-09-08 21:57:39 +02:00

102 lines
2.0 KiB
CSS

@import "../../.cache/wal/colors-waybar.css";
* {
border: none;
margin: 0;
color: @foreground;
font-family: 'Source Code Pro';
text-shadow: 0 0 2px @background;
font-weight: bold;
font-size: 16px;
}
window {
background: transparent;
}
.modules-right, .modules-center, .modules-left {
padding: 0;
margin-top: 0;
}
#workspaces button {
padding: 0 15px;
font-size:20px;
margin: 0;
font-weight:bold;
/*background-color: alpha(@background, 1.0);*/
background-color: alpha(@background, 0.8);
color: alpha(@foreground, 1.0);
}
#workspaces button.focused, #workspaces button.active {
background-color: alpha(@color4, 0.8);
color: @foreground;
}
#clock,
#battery,
#cpu,
#memory,
#temperature,
#backlight,
#network,
#pulseaudio,
#custom-media,
#tray,
#mode,
#mpd,
#disk,
#idle_inhibitor,
#custom-gpu,
#network,
#wireplumber
{
padding: 0 10px;
color: @foreground;
}
#clock {
background-color: alpha(@background, 0.8);
padding: 0 20px 5px 20px;
margin: 0;
font-size: 20px;
border-radius: 0 0 10px 10px;
}
#workspaces *:last-child {
border-bottom-right-radius: 10px;
}
.modules-right > *:first-child > * {
border-bottom-left-radius: 10px;
}
.modules-right > *:nth-child(1) > * {
background-color: alpha(@color1, 1.0);
}
.modules-right > *:nth-child(2) > * {
background-color: alpha(@color2, 1.0);
}
.modules-right > *:nth-child(3) > * {
background-color: alpha(@color3, 1.0);
}
.modules-right > *:nth-child(4) > * {
background-color: alpha(@color4, 1.0);
}
.modules-right > *:nth-child(5) > * {
background-color: alpha(@color5, 1.0);
}
.modules-right > *:nth-child(6) > * {
background-color: alpha(@color6, 1.0);
}
.modules-right > *:nth-child(7) > * {
background-color: alpha(@color7, 1.0);
}
.modules-right > *:nth-child(8) > * {
background-color: alpha(@color7, 1.0);
}
.modules-right > *:nth-child(9) > * {
background-color: alpha(@color7, 1.0);
}