nix-config/modules/wm/waybar/config/style.css
2025-12-19 01:17:47 +01:00

86 lines
1.3 KiB
CSS

* {
font-family: "VictorMono Nerd Font Propo";
font-size: 12px;
font-weight: bold;
background: transparent;
}
tooltip,
menu {
background: rgba(15, 11, 12, 0.9);
border-radius: 8px;
border: 2px solid #572454;
}
menuitem {
color: #ffffff;
margin-left: 4px;
margin-right: 4px;
border-radius: 4px;
}
menuitem:hover {
color: #331531;
background-color: #c57faf;
}
window#waybar {
background-color: rgba(15, 11, 12, 0.95);
border-radius: 8px;
color: #ffffff;
}
#workspaces button {
padding: 2px 10px;
margin: 0;
color: #d369af;
}
#clock {
font-size: 15px;
padding: 8px 0 8px;
}
#custom-cpu-label,
#custom-memory-label,
#custom-disk-label,
#custom-nvidia-label {
color: #572454;
padding-top: 6px;
border-top: 1px solid #572454;
}
#custom-nvidia {
border-bottom: 1px solid #572454;
}
#cpu,
#memory,
#disk,
#custom-nvidia {
color: #d369af;
padding-bottom: 8px;
}
#wireplumber {
font-size: 16px;
margin-top: 4px;
margin-bottom: 4px;
}
#tray {
margin: 4px;
margin-top: 0;
border-radius: 4px;
padding-top: 10px;
padding-bottom: 10px;
}
#custom-power {
background-color: #331531;
font-size: 16px;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
padding-top: 6px;
padding-bottom: 6px;
}