80 lines
1.3 KiB
CSS
80 lines
1.3 KiB
CSS
@import "../../.cache/wal/colors-waybar.css";
|
|
|
|
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: 'Source Code Pro';
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window {
|
|
padding: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background-color: alpha(@background, 0.5);
|
|
color: @foreground;
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
window#waybar.hidden {
|
|
opacity: 0.2;
|
|
}
|
|
|
|
window#waybar.kitty {
|
|
background-color: #3F3F3F;
|
|
}
|
|
|
|
#window {
|
|
padding: 0 15px 0 5px;
|
|
background-color: alpha(@color2, 0.3);
|
|
border-radius: 0 0 10px 0;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 2px 5px 3px 5px;
|
|
margin: 0 3px;
|
|
font-weight:bold;
|
|
background-color: alpha(@background, 0.5);
|
|
color: alpha(@foreground, 1.0);
|
|
border-radius: 0 0 15px 15px;
|
|
}
|
|
|
|
/* 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 {
|
|
padding: 0 10px;
|
|
margin: 0 5px;
|
|
color: @foreground;
|
|
}
|