u
This commit is contained in:
@@ -16,17 +16,17 @@ window#waybar {
|
||||
color: rgba(255, 0, 200, 1);
|
||||
}
|
||||
|
||||
#window {
|
||||
window {
|
||||
color: #e4e4e4;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
workspaces {
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
workspaces button {
|
||||
padding: 0 2px;
|
||||
margin: 0px;
|
||||
background: transparent;
|
||||
@@ -39,42 +39,44 @@ window#waybar {
|
||||
border: 1px solid #1b1d1e;
|
||||
font-weight: bold;
|
||||
}
|
||||
#workspaces button:hover {
|
||||
|
||||
workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
}
|
||||
|
||||
#workspaces button.focused {
|
||||
workspaces button.focused {
|
||||
background: #e88939;
|
||||
background: #00afd7;
|
||||
color: #1b1d1e;
|
||||
}
|
||||
|
||||
#workspaces button.urgent {
|
||||
workspaces button.urgent {
|
||||
background: #af005f;
|
||||
color: #1b1d1e;
|
||||
}
|
||||
|
||||
#mode {
|
||||
mode {
|
||||
background: #af005f;
|
||||
color: #1b1d1e;
|
||||
}
|
||||
#clock, #battery, #clock, #cpu, #disk, #idle_inhibitor, #memory, #network, #pulseaudio, #temperature {
|
||||
|
||||
clock, #battery, #clock, #cpu, #disk, #idle_inhibitor, #memory, #network, #pulseaudio, #temperature {
|
||||
padding: 0 3px;
|
||||
margin: 0 2px;
|
||||
}
|
||||
|
||||
#clock {
|
||||
clock {
|
||||
}
|
||||
|
||||
#battery {
|
||||
battery {
|
||||
}
|
||||
|
||||
#battery icon {
|
||||
battery icon {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
battery.charging {
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
@@ -83,11 +85,12 @@ window#waybar {
|
||||
}
|
||||
}
|
||||
|
||||
#battery.warning:not(.charging) {
|
||||
battery.warning:not(.charging) {
|
||||
background-color: #ff8700;
|
||||
color: #1b1d1e;
|
||||
}
|
||||
#battery.critical:not(.charging) {
|
||||
|
||||
battery.critical:not(.charging) {
|
||||
color: white;
|
||||
animation-name: blink;
|
||||
animation-duration: 0.5s;
|
||||
@@ -96,29 +99,29 @@ window#waybar {
|
||||
animation-direction: alternate;
|
||||
}
|
||||
|
||||
#cpu {
|
||||
cpu {
|
||||
}
|
||||
|
||||
#memory {
|
||||
memory {
|
||||
}
|
||||
|
||||
#network {
|
||||
network {
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
network.disconnected {
|
||||
background: #f53c3c;
|
||||
}
|
||||
|
||||
#pulseaudio {
|
||||
pulseaudio {
|
||||
}
|
||||
|
||||
#pulseaudio.muted {
|
||||
pulseaudio.muted {
|
||||
}
|
||||
|
||||
#custom-spotify {
|
||||
custom-spotify {
|
||||
color: rgb(102, 220, 105);
|
||||
}
|
||||
|
||||
#tray {
|
||||
tray {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user