This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/sway/.config/waybar/style.css

87 lines
1.1 KiB
CSS

* {
font: 14px Inter, Font Awesome, FuraCode Nerd Font;
border-radius:0;
margin:0;
padding: 0;
transition-duration:0;
}
window#waybar {
background-color: rgba(30,30,30,.9);
border-bottom: 2px solid #191919;
}
window#waybar.solo {
background-color: #202020;
}
window#waybar.empty {
background-color: transparent;
border:none;
}
#workspaces button {
background-color: transparent;
border: 3px solid transparent;
color: #aaaaaa;
}
#workspaces button.focused {
border-top: 3px solid #D9534F;
border-bottom: 3px solid transparent;
color: #ffffff;
}
/*Window Title*/
#window{
color:#aaa;
margin:0 4px;
}
#mpd,
#tray,
#clock,
#network,
#battery,
#backlight,
#pulseaudio,
#custom-mail,
#custom-spigot,
#custom-updates,
#custom-weather,
#custom-torrentD,
#custom-torrentS
{
margin: 0 7px;
color: #ffffff;
opacity:.7;
}
#clock,
#custom-weather
{
font-size:15px;
}
#network{
margin-top:-1px;
font-size:16px;
}
#mpd,
#window,
#workspaces
{
font-weight:normal;
}
#custom-recording {
color: #ee4040;
}
#mpd.paused {
font-size: 0;
border: none;
}