64 lines
708 B
CSS
64 lines
708 B
CSS
@import "mocha.css";
|
|
|
|
* {
|
|
font-size: 20px;
|
|
font-family: Iosevka Nerd Font;
|
|
border-radius: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(30, 30, 40, 1);
|
|
color: @text;
|
|
}
|
|
|
|
#clock,
|
|
#pulseaudio,
|
|
#battery,
|
|
#tray {
|
|
background: transparent;
|
|
}
|
|
|
|
#language {
|
|
color: @yellow;
|
|
}
|
|
|
|
#tags button {
|
|
padding: 0 8px;
|
|
color: @text;
|
|
}
|
|
|
|
#tags button.focused {
|
|
color: @base;
|
|
background: @pink;
|
|
}
|
|
|
|
#tags button.occupied {
|
|
color: @text;
|
|
background: @surface1;
|
|
}
|
|
|
|
#tags button.occupied.focused {
|
|
color: @base;
|
|
background: @pink;
|
|
}
|
|
|
|
#pulseaudio {
|
|
color: @red;
|
|
}
|
|
|
|
#network {
|
|
color: @green;
|
|
}
|
|
|
|
#battery {
|
|
color: @blue;
|
|
}
|
|
|
|
#clock,
|
|
#pulseaudio,
|
|
#memory,
|
|
#cpu,
|
|
#battery,
|
|
#disk {
|
|
padding: 0 10px;
|
|
}
|