dotfiles/waybar/style.css

177 lines
2.5 KiB
CSS
Raw Permalink Normal View History

2025-02-04 15:21:33 +00:00
* {
font-family: "JetBrainsMono Nerd Font";
font-weight: bold;
2025-02-16 19:01:28 +00:00
font-size: 12px;
2025-02-04 15:21:33 +00:00
min-height: 0;
padding: 0;
border: none;
2025-02-16 19:01:28 +00:00
margin: 2px;
2025-02-04 15:21:33 +00:00
}
/* === Main Background === */
window#waybar {
2025-02-16 19:01:28 +00:00
background: transparent;
2025-02-04 15:21:33 +00:00
}
/* === Tooltip === */
tooltip {
2025-02-16 19:01:28 +00:00
background: #11111b;
2025-02-04 15:21:33 +00:00
border: solid;
border-width: 1.5px;
border-radius: 8px;
2025-02-16 19:01:28 +00:00
border-color: #cdd6f4;
2025-02-04 15:21:33 +00:00
}
tooltip label {
2025-02-16 19:01:28 +00:00
color: #c7a4de;
2025-02-04 15:21:33 +00:00
font-weight: normal;
margin: -1.5px 3px;
}
/* === Workspace Buttons === */
#workspaces button {
border-radius: 8px;
box-shadow: none;
margin: 2px 0;
padding: 0 2px;
transition: none;
}
#workspaces button:hover {
2025-02-16 19:01:28 +00:00
color: #11111b;
background: #c7a4de;
2025-02-04 15:21:33 +00:00
text-shadow: none;
box-shadow: none;
}
#workspaces button.active {
2025-02-16 19:01:28 +00:00
color: #11111b;
background: #885ab0;
margin: 3px 0;
2025-02-04 15:21:33 +00:00
padding: 0 6px;
}
/* == Workspaces == */
#workspaces {
2025-02-16 19:01:28 +00:00
background: #11111b;
padding: 0 4px;
border-radius: 7px;
2025-02-04 15:21:33 +00:00
}
/* == Time == */
2025-02-16 19:01:28 +00:00
#clock {
background: #11111b;
padding: 0 8px;
border-radius: 7px;
2025-02-04 15:21:33 +00:00
}
/* == Tray == */
#custom-wifi {
2025-02-16 19:01:28 +00:00
padding-left: 8px;
padding-right: 11px;
background: #11111b;
border-radius: 7px;
2025-02-04 15:21:33 +00:00
}
#custom-wifi:hover {
2025-02-16 19:01:28 +00:00
color: #c7a4de;
2025-02-04 15:21:33 +00:00
text-shadow: none;
box-shadow: none;
}
#bluetooth {
padding-right: 8px;
2025-02-16 19:01:28 +00:00
padding-left: 8px;
background: #11111b;
border-radius: 7px;
2025-02-04 15:21:33 +00:00
}
2025-02-16 19:01:28 +00:00
#bluetooth:hover {
color: #c7a4de;
2025-02-04 15:21:33 +00:00
text-shadow: none;
box-shadow: none;
}
/* == Media Info == */
#custom-media {
font-weight: normal;
2025-02-16 19:01:28 +00:00
background-color: #11111b;
2025-02-04 15:21:33 +00:00
padding-right: 8px;
padding-left: 8px;
2025-02-16 19:01:28 +00:00
border-radius: 7px;
2025-02-04 15:21:33 +00:00
}
#custom-media:hover {
2025-02-16 19:01:28 +00:00
color: #c7a4de;
2025-02-04 15:21:33 +00:00
text-shadow: none;
box-shadow: none;
}
/* == Output Device == */
#pulseaudio {
2025-02-16 19:01:28 +00:00
background: #11111b;
padding: 0 8px;
border-radius: 7px;
2025-02-04 15:21:33 +00:00
}
2025-02-16 19:01:28 +00:00
2025-02-04 15:21:33 +00:00
#pulseaudio:hover {
2025-02-16 19:01:28 +00:00
color: #c7a4de;
2025-02-04 15:21:33 +00:00
text-shadow: none;
box-shadow: none;
}
/* == Battery == */
#battery {
2025-02-16 19:01:28 +00:00
background: #11111b;
padding: 0 8px;
border-radius: 7px;
2025-02-04 15:21:33 +00:00
}
/* == Power Button == */
#custom-power {
2025-02-16 19:01:28 +00:00
color: #11111b;
background: #885ab0;
border-radius: 7px;
2025-02-04 15:21:33 +00:00
padding: 0 6px 0 9px;
}
#custom-power:hover {
2025-02-16 19:01:28 +00:00
background: #c7a4de;
2025-02-04 15:21:33 +00:00
text-shadow: none;
box-shadow: none;
}
2025-02-16 19:01:28 +00:00
/* == Tray == */
#tray {
background: #11111b;
padding: 0 4px;
border-radius: 7px;
}
/* == Lyrics == */
#custom-lyrics {
background: #11111b;
padding: 0 8px;
border-radius: 7px;
}
/* == Cava == */
#cava {
background: #11111b;
padding: 0 8px;
border-radius: 7px;
}
/* == Window == */
#window {
background: #11111b;
padding: 0 8px;
border-radius: 7px;
}