Files
lnx-arch/dots/waybar/style.css

128 lines
1.6 KiB
CSS
Raw Normal View History

2024-04-30 22:25:24 -05:00
/*
https://gist.github.com/genofire/07234e810fcd16f9077710d4303f9a9e
*/
* {
border: none;
border-radius: 0;
font-family: "monospace";
font-size: 9px;
min-height: 0;
margin: 0px;
}
window#waybar {
background: rgba(0, 0, 0, 0.7);
color: rgba(255, 0, 200, 1);
}
2024-05-01 10:41:39 -05:00
window {
2024-04-30 22:25:24 -05:00
color: #e4e4e4;
font-weight: bold;
}
2024-05-01 10:41:39 -05:00
workspaces {
2024-04-30 22:25:24 -05:00
padding: 0px;
margin: 0px;
}
2024-05-01 10:41:39 -05:00
workspaces button {
2024-04-30 22:25:24 -05:00
padding: 0 2px;
margin: 0px;
background: transparent;
color: #ff8700;
/*
color: #00afd7;
color: #ffffff;
border: 1px solid #00afd7;
*/
border: 1px solid #1b1d1e;
font-weight: bold;
}
2024-05-01 10:41:39 -05:00
workspaces button:hover {
2024-04-30 22:25:24 -05:00
box-shadow: inherit;
text-shadow: inherit;
}
2024-05-01 10:41:39 -05:00
workspaces button.focused {
2024-04-30 22:25:24 -05:00
background: #e88939;
background: #00afd7;
color: #1b1d1e;
}
2024-05-01 10:41:39 -05:00
workspaces button.urgent {
2024-04-30 22:25:24 -05:00
background: #af005f;
color: #1b1d1e;
}
2024-05-01 10:41:39 -05:00
mode {
2024-04-30 22:25:24 -05:00
background: #af005f;
color: #1b1d1e;
}
2024-05-01 10:41:39 -05:00
clock, #battery, #clock, #cpu, #disk, #idle_inhibitor, #memory, #network, #pulseaudio, #temperature {
2024-04-30 22:25:24 -05:00
padding: 0 3px;
margin: 0 2px;
}
2024-05-01 10:41:39 -05:00
clock {
2024-04-30 22:25:24 -05:00
}
2024-05-01 10:41:39 -05:00
battery {
2024-04-30 22:25:24 -05:00
}
2024-05-01 10:41:39 -05:00
battery icon {
2024-04-30 22:25:24 -05:00
color: red;
}
2024-05-01 10:41:39 -05:00
battery.charging {
2024-04-30 22:25:24 -05:00
}
@keyframes blink {
to {
background-color: #af005f;
}
}
2024-05-01 10:41:39 -05:00
battery.warning:not(.charging) {
2024-04-30 22:25:24 -05:00
background-color: #ff8700;
color: #1b1d1e;
}
2024-05-01 10:41:39 -05:00
battery.critical:not(.charging) {
2024-04-30 22:25:24 -05:00
color: white;
animation-name: blink;
animation-duration: 0.5s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
2024-05-01 10:41:39 -05:00
cpu {
2024-04-30 22:25:24 -05:00
}
2024-05-01 10:41:39 -05:00
memory {
2024-04-30 22:25:24 -05:00
}
2024-05-01 10:41:39 -05:00
network {
2024-04-30 22:25:24 -05:00
}
2024-05-01 10:41:39 -05:00
network.disconnected {
2024-04-30 22:25:24 -05:00
background: #f53c3c;
}
2024-05-01 10:41:39 -05:00
pulseaudio {
2024-04-30 22:25:24 -05:00
}
2024-05-01 10:41:39 -05:00
pulseaudio.muted {
2024-04-30 22:25:24 -05:00
}
2024-05-01 10:41:39 -05:00
custom-spotify {
2024-04-30 22:25:24 -05:00
color: rgb(102, 220, 105);
}
2024-05-01 10:41:39 -05:00
tray {
2024-04-30 22:25:24 -05:00
}