Files
dotfiles/.config/waybar/style.css

99 lines
1.2 KiB
CSS

@import "../../.cache/wal/colors-waybar.css";
* {
font-size: 12px;
font-family: Terminus;
}
window#waybar {
background: @back;
color: @dark;
}
#custom-right-arrow-dark,
#custom-left-arrow-dark {
color: @dark;
background: @back;
}
#custom-right-arrow-light,
#custom-left-arrow-light {
color: @back;
background: @dark;
}
#workspaces,
#clock.1,
#clock.2,
#clock.3,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#tray {
background: @dark;
color: @back;
}
#workspaces {
padding: 0 10px 0 10px;
}
#tray {
background: @dark;
padding: 0 10px 0 10px;
}
#custom-rsyncnet,
#custom-temperature,
#custom-hum,
#custom-pressure,
#custom-pm_25,
#custom-pm_10 {
background: @dark;
color: @back;
padding: 2px 5px;
}
#workspaces button {
padding: 0 2px;
color: @inactive;
}
#workspaces button.focused {
color: @back;
}
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
}
#workspaces button:hover {
border: @foreground;
padding: 0 3px;
}
#pulseaudio {
color: @back;
}
#memory {
color: @back;
}
#cpu {
color: @back;
}
#battery {
color: @back;
}
#disk {
color: @back;
}
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk {
padding: 0 10px;
}