Files
dotfiles/.config/waybar/style.css
2025-11-09 13:47:55 +01:00

72 lines
1.1 KiB
CSS

@import "ferrum.css";
* {
font-family: "LiterationMono Nerd Font";
/* font-family: "Source Han Sans HW,源ノ角ゴシック HW"; */
color: @fg;
min-height: 0;
}
window#waybar {
background-color: @bg;
}
#custom-audio, #custom-test {
font-family: "JetBrainsMono Nerd Font";
}
#tags {
font-family: "Source Han Sans HW,源ノ角ゴシック HW";
font-weight: normal;
font-size: 13px;
}
#tags button {
padding: 3px .4em;
border-radius: 0px;
}
#tags button.occupied {
border-bottom: 1px solid @fg;
border-top: 1px solid transparent;
}
#tags button.focused {
background-color: #9d3232;
}
#tags button.urgent {
background-color: shade(@popup_back, 1.25);
}
#window {
color: @gray;
font-size: .9em;
margin-left: 3em;
}
#network,
#bluetooth,
#wireplumber,
#battery,
#tray,
#clock {
font-size: 15px;
padding: .15em 1em;
}
#clock {
padding: 0 1em;
}
#battery.warning {
background-color: @yellow;
color: @bg;
}
#battery.critical {
background-color: @red;
color: @bg;
}
#tray menu {
border-radius: 0;
color: @fg;
background-color: shade(@bg, 0.9);
}