dotfiles/.config/waybar/style.css

110 lines
1.6 KiB
CSS
Raw Normal View History

2024-02-26 13:15:20 +01:00
* {
border: none;
border-radius: 0;
font-family: Iosevka ss08;
2024-06-20 23:05:22 +02:00
font-size: 20px;
2024-02-26 13:15:20 +01:00
box-shadow: none;
text-shadow: none;
transition-duration: 0s;
}
window.eDP-1 * {
2024-06-20 23:05:22 +02:00
font-size: 16px;
2024-02-26 13:15:20 +01:00
}
window {
2024-06-20 23:05:22 +02:00
color: #efefff;
background: rgba(35, 38, 53, 0.8);
margin: 0px 2px 0px 22px;
2024-02-26 13:15:20 +01:00
}
#workspaces {
margin: 0 2px;
}
#workspaces button {
padding: 0 5px;
color: rgba(217, 216, 216, 0.6);
}
#workspaces button.visible {
color: rgba(217, 216, 216, 1);
}
#workspaces button.focused {
font-weight: bold;
/* border-bottom: 2px solid rgba(217, 216, 216, 1); */
}
#workspaces button.unfocused {
/* border-bottom: 2px solid rgba(217, 216, 216, 0); */
}
#workspaces button.urgent {
color: rgba(238, 46, 36, 1);
}
2024-06-20 23:05:22 +02:00
#window {
color: #afbfff;
background: rgba(15, 18, 43, 0.3);
margin: 0px 2px 0px 22px;
padding: 4px;
}
2024-02-26 13:15:20 +01:00
#mode,
#battery,
#cpu,
#memory,
#network,
#pulseaudio,
#idle_inhibitor,
#backlight,
2024-06-20 23:05:22 +02:00
#wireplumber,
2024-02-26 13:15:20 +01:00
#custom-storage,
#custom-spotify,
#custom-weather,
#custom-mail {
2024-06-20 23:05:22 +02:00
margin: 0px 6px 0px 10px;
min-width: 25px;
}
#wireplumber.muted {
color: rgba(255, 210, 4, 1);
}
#mode {
color: rgba(180, 100, 100, 0.20);
margin: 0px 2px 0px 22px;
2024-02-26 13:15:20 +01:00
}
#clock {
margin: 0px 2px 0px 2px;
min-width: 120px;
}
#custom-timer {
font-weight: bold;
color: rgba(247, 172, 66, 1);
}
#battery.warning {
color: rgba(255, 210, 4, 1);
}
#battery.critical {
color: rgba(238, 46, 36, 1);
}
#battery.charging {
color: rgba(217, 216, 216, 1);
}
#custom-storage.warning {
color: rgba(255, 210, 4, 1);
}
#custom-storage.critical {
color: rgba(238, 46, 36, 1);
}