programs.waybar.style

Home-Manager option

CSS style of the bar. See https://github.com/Alexays/Waybar/wiki/Configuration for the documentation. If the value is set to a path literal, then the path will be used as the css file.

type: null or absolute path or strings concatenated with “\n”
Default
null
Example
'' * { border: none; border-radius: 0; font-family: Source Code Pro; } window#waybar { background: #16191C; color: #AAB2BF; } #workspaces button { padding: 0 5px; } ''
declared in: <home-manager/modules/programs/waybar.nix>source unavailable