dotfiles/.config/waybar/style.css
2025-02-16 01:52:21 +00:00

115 lines
2.0 KiB
CSS

* {
font-family: "VictorMono", 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: #73ba25;
}
#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: #73ba25;
}
#taskbar button {
border-radius: 10px;
padding: 8px 8px 8px 8px;
}
#taskbar button.active {
background-color: #173f4f;
}
#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: #73ba25;
margin: 5px;
}
#workspaces button:hover {
color: #1d2021;
background: #98971a;
}
#workspaces button.active {
color: #ebdbb2;
background: #173f4f;
}
#workspaces button.focuced {
color: #282828;
background: #ebdbb2;
}
#custom-notification,
#custom-power,
#custom-lock,
#custom-reboot,
#custom-quit,
#custom-specsicon,
#custom-cmusicon,
#workspaces,
#clock,
#network,
#pulseaudio,
#tray,
#custom-cmussong,
#custom-cmusartist,
#cpu,
#memory,
#disk,
#image,
#custom-thermal {
color: #ebdbb2;
border-radius: 20px;
padding-left: 8px;
padding-right: 8px;
margin: 6px;
}
#image:hover,
#custom-notification:hover,
#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,
#custom-thermal:hover {
background-color: #173f4f;
}