198 lines
2.9 KiB
CSS
198 lines
2.9 KiB
CSS
* {
|
|
border: none;
|
|
background: rgba(0, 0, 0, 0);
|
|
/* font-family: "CartographCF italic"; */
|
|
font-family: "Material Design Icons", Monospace;
|
|
/* font-family: "Roboto"; */
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
min-height: 0;
|
|
}
|
|
|
|
/* tooltip { */
|
|
/* background: #000000; */
|
|
/* border-width: 2px; */
|
|
/* border-style: solid; */
|
|
/* border-color: #222222; */
|
|
/* } */
|
|
|
|
#custom-language,
|
|
#idle_inhibitor,
|
|
#custom-updates,
|
|
#bluetooth,
|
|
#custom-caffeine,
|
|
#custom-weather,
|
|
#custom-nvidia-load,
|
|
#custom-nvidia-mem,
|
|
#window,
|
|
#clock,
|
|
#battery,
|
|
#pulseaudio,
|
|
#network,
|
|
#workspaces,
|
|
#tray,
|
|
#disk,
|
|
#memory,
|
|
#temperature,
|
|
#cpu,
|
|
#mpris,
|
|
#submap,
|
|
#workspaces,
|
|
#backlight {
|
|
background: rgba(0, 0, 0, .6);
|
|
color: #ffffff;
|
|
padding: 0px 10px;
|
|
/* margin-top: 0px; */
|
|
/* margin-bottom: 0px; */
|
|
/* margin-right: 3px; */
|
|
/* margin-left: 3px; */
|
|
/* border: 1px solid #000000; */
|
|
margin: 0px 4px 0px 4px;
|
|
}
|
|
|
|
|
|
#workspaces {
|
|
padding: 0;
|
|
/* margin-left: 0; */
|
|
/* margin-right: 0; */
|
|
}
|
|
#workspaces button {
|
|
padding: 4px;
|
|
color: #aaaaaa;
|
|
}
|
|
#workspaces button.active {
|
|
color: #ffffff;
|
|
border-radius: 20px;
|
|
background: #0f0f0f;
|
|
}
|
|
#workspaces button.focused {
|
|
/* color: #a6adc8; */
|
|
border-radius: 0px;
|
|
background: #eba0ac;
|
|
}
|
|
#workspaces button.urgent {
|
|
/* color: #11111b; */
|
|
background: #a6e3a1;
|
|
}
|
|
#workspaces button:hover {
|
|
background: #11111b;
|
|
border-radius: 0px;
|
|
/* color: #cdd6f4; */
|
|
}
|
|
|
|
#pulseaudio.speaker {
|
|
/* color: #89b4fa; */
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#pulseaudio.microphone {
|
|
/* color: #cba6f7; */
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#idle_inhibitor {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#backlight {
|
|
margin-left: 0;
|
|
}
|
|
|
|
#submap {
|
|
background: #000000;
|
|
border: 1px solid #ffffff;
|
|
color: #ffffff;
|
|
}
|
|
|
|
|
|
/* #mpris { */
|
|
/* font-family: "CartographCF italic"; */
|
|
/* } */
|
|
|
|
#network {
|
|
/* margin-right: 0; */
|
|
}
|
|
|
|
#disk {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
#cpu {
|
|
/* margin-left: 0; */
|
|
margin-right: 0;
|
|
}
|
|
|
|
#temperature {
|
|
/* color: #f9afdb; */
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
#memory {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#memory.low {
|
|
/* color: #f85754; */
|
|
}
|
|
|
|
#battery {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#tray {
|
|
/* margin-left: 0; */
|
|
margin-right: 0;
|
|
}
|
|
|
|
tooltip,
|
|
window#waybar #tray menu {
|
|
color: #aaaaaa;
|
|
background: #000000;
|
|
border: 1px solid #888888;
|
|
border-radius: 0;
|
|
}
|
|
|
|
#clock {
|
|
/* margin-left: 0; */
|
|
margin-right: 0;
|
|
}
|
|
|
|
/* #custom-gpu { */
|
|
/* color: #f5c2e7; */
|
|
/* } */
|
|
|
|
#window {
|
|
color: #ffffff;
|
|
text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
|
|
1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
|
|
background: rgba(0, 0, 0, 0);
|
|
border: 0
|
|
}
|
|
|
|
|
|
#bluetooth {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
}
|
|
|
|
#custom-weather {
|
|
margin-right: 0;
|
|
}
|
|
|
|
#custom-nvidia-load {
|
|
margin-right: 0;
|
|
/* color: #afb8f9; */
|
|
}
|
|
|
|
#custom-nvidia-mem {
|
|
margin-left: 0;
|
|
/* color: #aff9b2; */
|
|
}
|
|
|