1
0
Fork 0
dotfiles/home/dot_config/waybar/style.css

83 lines
1.3 KiB
CSS

* {
border: none;
font-family: monospace, "Font Awesome 5 Pro";
font-size: 13px;
}
window#waybar {
background: rgba(60, 56, 54, 0.9);
color: rgba(235, 219, 178, 1);
}
label, button {
background: inherit;
color: inherit;
}
#workspaces button {
padding: 0 5px;
background: transparent;
color: inherit;
}
#workspaces button.focused {
background: rgba(235, 219, 178, 1);
color: rgba(60, 56, 54, 0.9);
font-weight: 900;
}
#custom-spotify, #clock, #battery, #network, #cpu, #memory, #temperature, #backlight, #pulseaudio, #custom-vpn {
padding: 0 10px;
/*
margin-left: 15px
*/
border-left: 1px dotted #ebdbb2;
border-radius: 6.5px;
}
#custom-vpn {
padding-left: 5px;
}
#idle_inhibitor, #tray, #custom-vpn {
padding-right: 6px;
min-width: 23px;
color: white;
}
/*
#clock {
color: #66899d;
border-bottom: 2px solid #66899d;
}
#network {
color: #527c77;
border-bottom: 2px solid #527c77;
}
#cpu {
color: #919652;
border-bottom: 2px solid #919652;
}
#memory {
color: #8d6494;
border-bottom: 2px solid #8d6494;
}
#pulseaudio {
color: #b04c50;
border-bottom: 2px solid #b04c50;
}
#custom-vpn {
border-left: 1px dotted #ebdbb2;
border-radius: 6.5px;
}
*/
#tray {
margin-left: 5px;
font-family: sans-serif;
}