added waybar config
This commit is contained in:
71
.config/waybar/style.css
Normal file
71
.config/waybar/style.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user