121 lines
1.7 KiB
CSS
121 lines
1.7 KiB
CSS
* {
|
|
all: initial;
|
|
border: none;
|
|
border-radius: 0;
|
|
min-height: 20px;
|
|
font-family: "Symbols Nerd Font", monospace;
|
|
}
|
|
|
|
#waybar {
|
|
background-color: transparent;
|
|
}
|
|
|
|
tooltip {
|
|
background-color: #383c4a;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
tooltip label {
|
|
color: white;
|
|
}
|
|
|
|
#connections {
|
|
border-radius: 10px;
|
|
background-color: #383c4a;
|
|
color: #ffffff;
|
|
margin-left: 8px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
#misc {
|
|
border-radius: 10px;
|
|
background-color: #383c4a;
|
|
color: #ffffff;
|
|
margin-left: 8px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
#system {
|
|
border-radius: 10px;
|
|
background-color: #383c4a;
|
|
color: #ffffff;
|
|
margin-left: 8px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
#custom-pacman,
|
|
#custom-recorder,
|
|
#mode,
|
|
#clock,
|
|
#workspaces,
|
|
#custom-recorder,
|
|
#custom-power,
|
|
#privacy {
|
|
border-radius: 10px;
|
|
background-color: #383c4a;
|
|
color: #ffffff;
|
|
}
|
|
|
|
#custom-pacman,
|
|
#custom-recorder,
|
|
#mode,
|
|
#custom-power,
|
|
#privacy {
|
|
margin-left: 8px;
|
|
}
|
|
|
|
#custom-pacman,
|
|
#custom-recorder,
|
|
#mode,
|
|
#clock,
|
|
#privacy,
|
|
#custom-power,
|
|
#workspaces button {
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
|
|
#pulseaudio:not(.microphone),
|
|
#pulseaudio.microphone,
|
|
#memory,
|
|
#backlight,
|
|
#bluetooth {
|
|
padding-right: 8px;
|
|
}
|
|
|
|
#battery.charging {
|
|
color: #32e47c;
|
|
}
|
|
|
|
#battery.warning:not(.charging) {
|
|
color: #ffbe61;
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
animation-name: redblink;
|
|
animation-duration: 0.5s;
|
|
animation-timing-function: linear;
|
|
animation-iteration-count: infinite;
|
|
animation-direction: alternate;
|
|
}
|
|
|
|
@keyframes redblink {
|
|
to {
|
|
color: #f53c3c;
|
|
}
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
border-radius: inherit;
|
|
background-color: #666768;
|
|
}
|
|
|
|
#idle_inhibitor.activated {
|
|
background-color: #26a65b;
|
|
}
|