Add .config/waybar/_modules/storage.sh Add .config/waybar/_modules/wittr.sh Add .config/waybar/dracula/colors.css Add .config/waybar/dracula/config Add .config/waybar/dracula/style.css Add .config/waybar/geo/config Add .config/waybar/geo/weather.sh Add .config/waybar/geo/style.css Add .config/waybar/jinks/bak.css Add .config/waybar/jinks/colors.css Add .config/waybar/jinks/config Add .config/waybar/jinks/style.css Add .config/waybar/siren/config Add .config/waybar/siren/style.css Add .config/waybar/sway/config Add .config/waybar/sway/config.save Add .config/waybar/sway/style.css
37 lines
894 B
CSS
37 lines
894 B
CSS
@import url("./colors.css");
|
|
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-family: Iosevka;
|
|
font-size: 11pt;
|
|
min-height: 0;
|
|
}
|
|
window#waybar {
|
|
opacity: 0.9;
|
|
background: @background-darker;
|
|
color: @foreground;
|
|
border-bottom: 2px solid @background;
|
|
}
|
|
#workspaces button {
|
|
padding: 0 10px;
|
|
background: @background;
|
|
color: @foreground;
|
|
}
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
text-shadow: inherit;
|
|
background-image: linear-gradient(0deg, @selection, @background-darker);
|
|
}
|
|
#workspaces button.active {
|
|
background-image: linear-gradient(0deg, @purple, @selection);
|
|
}
|
|
#workspaces button.urgent {
|
|
background-image: linear-gradient(0deg, @red, @background-darker);
|
|
}
|
|
#taskbar button.active {
|
|
background-image: linear-gradient(0deg, @selection, @background-darker);
|
|
}
|
|
#clock {
|
|
padding: 0 4px;
|
|
background: @background;
|
|
}
|