This commit is contained in:
tuxwarrior
2024-05-01 10:41:39 -05:00
parent 23d6a7ecbd
commit 3aa0b056a1

View File

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