MyNixOS website logo

CSS style of the bar.

See https://github.com/ArtsyMacaw/wlogout#style 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 string
Default
null
Example
''
  window {
    background: #16191C;
  }
  
  button {
    color: #AAB2BF;
  }
''