added waybar config

This commit is contained in:
2025-11-09 13:47:55 +01:00
parent bdd91a5013
commit cf333a77ff
4 changed files with 270 additions and 0 deletions

71
.config/waybar/style.css Normal file
View File

@@ -0,0 +1,71 @@
@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);
}