MyNixOS website logo

CSS style of the switcher. https://github.com/isaksamsten/niriswitcher/?tab=readme-ov-file#themes 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 absolute path or strings concatenated with "\n"
Default
null
Example
''
  .application-name {
    opacity: 1;
    color: rgba(255, 255, 255, 0.6);
  }
  .application.selected .application-name {
    color: rgba(255, 255, 255, 1);
  }
''