dotfiles/.config/waybar/style.css

79 lines
1.4 KiB
CSS

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;
color: #ebdbb2;
}
#workspaces button:hover {
color: #b8bb26;
}
#workspaces button.active {
color: #8ec07c;
}
#workspaces button.focuced {
color: #282828;
background: #ebdbb2;
}
#custom-caway {
color: #ebdbb2;
background: #282828;
border: 2px solid #b8bb26;
border-radius: 0;
box-shadow: 12px 12px 0px 2px #000000;
margin: 6px;
}
#workspaces,
#custom-clock,
#clock,
#custom-time,
#network,
#custom-weather,
#custom-browser,
#custom-terminal,
#custom-anki,
#custom-keepassxc,
#custom-gimp,
#custom-writer,
#custom-luanti,
#custom-nixpkgs,
#custom-email,
#custom-irc,
#disk,
#memory,
#cpu,
#custom-website,
#pulseaudio,
#custom-metar,
#custom-uptime,
#custom-temperature,
#custom-fuzzy-time,
#custom-cmus-artist,
#custom-cmus-song,
#custom-playerctl,
#custom-cava-waybar-local,
#custom-lock,
#custom-shutdown,
#custom-reboot,
#window,
#tray {
color: #ebdbb2;
background: #282828;
border: 2px solid #b8bb26;
border-radius: 15;
/*box-shadow: 12px 12px 0px 2px #282828;*/
padding-left: 3px;
padding-right: 3px;
margin: 6px;
}