Files
dotfiles/.config/waybar/style.css
2022-04-19 17:56:00 +02:00

101 lines
1.2 KiB
CSS

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