50 lines
921 B
CSS
50 lines
921 B
CSS
#waybar {
|
|
font-family: "DepartureMono Nerd Font";
|
|
background: rgba(0, 36, 40, 0.999);
|
|
color: rgba(0, 255, 255, 0.999);
|
|
border: 2px solid rgba(0, 146, 148, 0.999);
|
|
border-radius: 11px;
|
|
}
|
|
|
|
#wireplumber,
|
|
#cpu,
|
|
#cpu-frequency,
|
|
#battery,
|
|
#power-profiles-daemon,
|
|
#clock,
|
|
#memory,
|
|
#disk,
|
|
#mpdcontrols,
|
|
#poweroptions
|
|
{
|
|
border: 2px solid rgba(0, 146, 148, 0.999);
|
|
/*margin: 3px;*/
|
|
min-height: 0;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
margin-top: 7px;
|
|
margin-bottom: 7px;
|
|
padding: 2px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#custom-trayadvisory {
|
|
margin: 3px 10px 3px;
|
|
}
|
|
|
|
#poweroptions {
|
|
margin-right: 10px;
|
|
padding-left: 8px;
|
|
}
|
|
|
|
#mpd.playing {
|
|
background: rgba(0, 100, 40, 0.4);
|
|
color: rgba(87, 255, 0, 1);
|
|
}
|
|
|
|
#cpu.highcpu {
|
|
background: rgba(121, 93, 201, 0.2);
|
|
color: rgba(87, 255, 0, 1);
|
|
}
|