dotfiles/.config/waybar/style.css

84 lines
1.5 KiB
CSS

* {
font-family: 'VictorMono';
}
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
background-image: none;
border: none;
box-shadow: none;
background-color: #ebdbb2;
}
#pulseaudio-slider trough {
min-height: 10px;
min-width: 80px;
border-radius: 5px;
background-color: #282828;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: #b8bb26;
}
#taskbar button.active {
background-color: #8ec07c;
}
window#waybar.screenBorder {
border: 2px solid #b8bb26;
background-color: transparent;
box-shadow: 0px 0px 0px 60px black, 0px 0px 0px 0.5px #ebdbb2;
border-radius: 10px;
margin: 20px;
}
window#waybar.top,
window#waybar.bottom,
window#waybar.right,
window#waybar.left {
background-color: transparent;
}
#workspaces button {
padding: 0px 5px 0px 5px;
color: #282828;
background: #b8bb26;
margin: 5px;
}
#workspaces button:hover {
color: #b8bb26;
}
#workspaces button.active {
color: #282828;
background: #8ec07c;
}
#workspaces button.focuced {
color: #282828;
background: #ebdbb2;
}
#workspaces,
#custom-clock,
#clock,
#custom-time,
#network,
#disk,
#memory,
#cpu,
#pulseaudio,
#custom-metar,
#custom-uptime,
#custom-cmus-artist,
#custom-cmus-song,
#custom-playerctl,
#custom-cava-waybar-local,
#window,
#custom-temperature,
#tray,
#custom-server-cava {
color: #ebdbb2;
background: transparent;
/*border: 2px solid #b8bb26;
border-radius: 15;
box-shadow: 12px 12px 0px 2px #282828;*/
padding-left: 3px;
padding-right: 3px;
margin: 6px;
}