110 lines
1.6 KiB
CSS
110 lines
1.6 KiB
CSS
@import url("/home/n/.cache/wal/colors-waybar.css");
|
|
|
|
* {
|
|
font-family: "ProFontWindowsNerdFontMono";
|
|
font-size: 10px;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: @foreground;
|
|
}
|
|
|
|
#waybar {
|
|
background-color: @background;
|
|
}
|
|
|
|
#window {
|
|
border-radius: 100px;
|
|
}
|
|
|
|
#taskbar, #battery, #tray, #custom-notification, #clock, #pulseaudio-slider, #tags {
|
|
margin: 2px 5px;
|
|
padding: 0 6px;
|
|
background-color: @color0;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
#taskbar {
|
|
margin: 0px 5px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#taskbar button {
|
|
padding: 0 2px;
|
|
background-color: transparent;
|
|
border-radius: 2px;
|
|
}
|
|
|
|
#taskbar button.active {
|
|
border: 0px solid @color0;
|
|
border-bottom: 2px solid @color2;
|
|
}
|
|
|
|
#taskbar.empty {
|
|
padding: 0;
|
|
}
|
|
|
|
tooltip {
|
|
background-color: @background;
|
|
border-radius: 3px;
|
|
color: @color1;
|
|
font-size:14px;
|
|
}
|
|
|
|
#battery {
|
|
font-size: 16px;
|
|
font-weight: 900;
|
|
color: @foreground;
|
|
}
|
|
|
|
#clock {
|
|
font-weight: 900;
|
|
font-size: 16px;
|
|
min-width: 50px;
|
|
color: @foreground;
|
|
}
|
|
|
|
#custom-notification {
|
|
font-family: "NotoMonoNerdFont-Regular";
|
|
font-size: 16px;
|
|
color: @foreground;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#custom-notification.notification {
|
|
background: @color2;
|
|
}
|
|
|
|
#custom-notification.dnd-notification {
|
|
background: @color3;
|
|
}
|
|
|
|
#tags * {
|
|
font-weight: 900;
|
|
font-size: 16px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#tags {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#tags button {
|
|
margin: 0;
|
|
border-radius: 0;
|
|
padding: 0 4px;
|
|
background: transparent;
|
|
min-width: 16px;
|
|
}
|
|
|
|
#tags button*:Hover {
|
|
border-style: none;
|
|
}
|
|
|
|
#tags button.occupied {
|
|
background: @color2;
|
|
}
|
|
|
|
#tags button.focused {
|
|
background: @color5;
|
|
}
|