MyNixOS website logo

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.

Declarations
Type
null or 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;
  }
''