programs.niriswitcher.style

Home-Manager option

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.

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); } ''
declared in: <home-manager/modules/programs/niriswitcher.nix>source unavailable