.files/.config/waybar/style.css

104 lines
1.5 KiB
CSS
Raw Normal View History

2024-10-17 15:16:09 +00:00
/* General settings */
* {
font-family: FontAwesome, 'MonoLisa Nerd Font Mono', sans serif;
2024-10-22 16:33:54 +00:00
font-size: 14px;
2024-10-17 15:16:09 +00:00
}
window#waybar {
background: rgba(237,230,219, 0.8);
border-radius: 10px;
}
#battery,
#bluetooth,
#cava,
#clock,
#cpu,
#pulseaudio,
#temperature,
#tray,
#network,
#custom-media,
2024-10-22 16:33:54 +00:00
#custom-workspaces,
2024-10-17 15:16:09 +00:00
#custom-weather {
background-color: #2A2A2A;
color: #EDE6DB;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 7px;
padding-right: 7px;
2024-10-22 16:33:54 +00:00
border: 1px solid #C1A550;
2024-10-17 15:16:09 +00:00
}
#battery,
#clock,
#cpu,
#network {
border-radius: 10px 0px 0px 10px;
margin-right: 1px;
}
#bluetooth,
#pulseaudio,
#temperature,
#tray {
border-radius: 0px 10px 10px 0px;
margin-right: 5px;
}
button {
border: none;
border-radius: 0;
text-shadow: none;
box-shadow: none;
}
#pulseaudio {
border-radius: 0px 10px 10px 0px;
min-width: 10px;
margin-right: 5px;
}
#taskbar {
background-color: #2A2A2A;
2024-10-22 16:33:54 +00:00
border-radius:10px;
2024-10-17 15:16:09 +00:00
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
2024-10-22 16:33:54 +00:00
min-width: 100px;
2024-10-17 15:16:09 +00:00
}
#taskbar button {
border-radius: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 5px;
margin-left: 5px;
background-color: #494848;
color: #A2A2A2;
}
#taskbar button:nth-child(1){
margin-left: 0px;
}
#taskbar button.active{
background-color: #2A2A2A;
color: #EDE6DB;
border: 2px solid #C1A550;
}
#tray {
min-width: 10px;
margin-right: 0px;
}
2024-10-22 16:33:54 +00:00
#custom-workspaces {
font-size:23px;
border-radius: 10px;
border: 2px solid #C1A550;
}