98 lines
1.8 KiB
CSS
98 lines
1.8 KiB
CSS
@import "../../.cache/wal/colors-waybar.css";
|
|
|
|
* {
|
|
border: none;
|
|
border-radius: 10px;
|
|
margin: 0;
|
|
color: @foreground;
|
|
font-family: 'Source Code Pro';
|
|
text-shadow: 0 0 2px @background;
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
|
|
window {
|
|
background: transparent;
|
|
}
|
|
|
|
.modules-right, .modules-center, .modules-left {
|
|
padding: 0;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#workspaces {
|
|
background-color: alpha(@background, 0.5);
|
|
margin-left: 8px;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 1px 7px 2px 7px;
|
|
margin: 0;
|
|
font-weight:bold;
|
|
/*background-color: alpha(@background, 1.0);*/
|
|
color: alpha(@foreground, 1.0);
|
|
}
|
|
|
|
/* https://github.com/Alexays/Waybar/wiki/FAQ#the-workspace-buttons-have-a-strange-hover-effect */
|
|
#workspaces button:hover {
|
|
background: rgba(0, 0, 0, 0.2);
|
|
box-shadow: inherit;
|
|
}
|
|
|
|
#workspaces button.focused, #workspaces button.active {
|
|
background-color: @color4;
|
|
color: @foreground;
|
|
}
|
|
|
|
#mode {
|
|
background-color: #64727D;
|
|
border-top: 3px solid #ffffff;
|
|
}
|
|
|
|
#clock,
|
|
#battery,
|
|
#cpu,
|
|
#memory,
|
|
#temperature,
|
|
#backlight,
|
|
#network,
|
|
#pulseaudio,
|
|
#custom-media,
|
|
#tray,
|
|
#mode,
|
|
#mpd,
|
|
#disk,
|
|
#idle_inhibitor,
|
|
#custom-gpu
|
|
{
|
|
padding: 0 10px;
|
|
margin: 0 8px 0 0;
|
|
color: @foreground;
|
|
}
|
|
|
|
#clock {
|
|
background-color:alpha(@background, 0.5);
|
|
}
|
|
|
|
.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);
|
|
}
|