dotfiles/.config/waybar/style.css
2025-02-10 14:33:12 +00:00

111 lines
1.9 KiB
CSS

* {
font-family: Roboto, Helvetica, Arial, sans-serif,"Font Awesome 5 Free";
}
#pulseaudio-slider slider {
min-height: 0px;
min-width: 0px;
background-image: none;
border: none;
box-shadow: none;
background-color: #ebdbb2;
}
#pulseaudio-slider slider:hover {
background-color: #a89984;
}
#pulseaudio-slider slider:active {
background-color: #b8bb26;
}
#pulseaudio-slider trough {
min-height: 10px;
min-width: 80px;
border-radius: 5px;
background-color: #282828;
}
#pulseaudio-slider highlight {
min-width: 10px;
border-radius: 5px;
background-color: #b8bb26;
}
#taskbar button {
border-radius: 10px;
padding: 8px 8px 8px 8px;
}
#taskbar button.active {
background-color: #8ec07c;
}
#taskbar button:hover {
background-color: #282828;
}
#image {
padding: 8px 8px 8px 8px;
border-radius: 10px;
}
#image:hover {
background-color: #282828;
}
window#waybar.top,
window#waybar.bottom,
window#waybar.right,
window#waybar.left {
background-color: transparent;
}
#workspaces button {
padding: 0px 5px 0px 5px;
color: #282828;
background: #b8bb26;
margin: 5px;
}
#workspaces button:hover {
color: #1d2021;
background: #98971a;
}
#workspaces button.active {
color: #282828;
background: #8ec07c;
}
#workspaces button.focuced {
color: #282828;
background: #ebdbb2;
}
#custom-power,
#custom-lock,
#custom-reboot,
#custom-quit,
#custom-specsicon,
#custom-cmusicon,
#workspaces,
#clock,
#network,
#pulseaudio,
#tray,
#custom-cmussong,
#custom-cmusartist,
#cpu,
#memory,
#disk,
#temperature {
color: #ebdbb2;
border-radius: 20px;
padding-left: 8px;
padding-right: 8px;
margin: 6px;
}
#custom-power:hover,
#custom-lock:hover,
#custom-reboot:hover,
#custom-quit:hover,
#custom-specsicon:hover,
#custom-cmusicon:hover,
#clock:hover,
#network:hover,
#pulseaudio:hover,
#tray:hover,
#custom-cmussong:hover,
#custom-cmusartist:hover,
#cpu:hover,
#memory:hover,
#disk:hover,
#temperature:hover {
background-color: #282828;
}