/* Append to ~/.config/waybar/style.css. */ /* The monospace font makes the nbsp bar cells line up as rectangles. */ /* The lock class tints the label blue while a 1-hour lock is active. */ #custom-ocd { font-family: monospace; padding: 0 6px; min-width: 0; } #custom-ocd.ocd-locked { color: #5aa6e0; }