AppearanceNotifier icon indicating copy to clipboard operation
AppearanceNotifier copied to clipboard

This application listens for when the macOS interface theme changes and then does some thing(s). For now, it's hardcoded to switching my kitty and Neovim themes to match the new theme.

Results 7 AppearanceNotifier issues
Sort by recently updated
recently updated
newest added

Do these compliment each other? https://github.com/ngscheurich/iris.nvim

rfc

Add notifications for when a theme change is detected. This would need to be optional, and off by default.

enhancement

Having some sort of configuration for these would be handy. It would make them more accessible and easy to add. Depends on https://github.com/jesse-c/AppearanceNotifier/issues/4.

enhancement

Right now they're hardcoded in the application. It would be preferable if these were outside of it.

enhancement

It would be essential to have this functionality. This would most likely be done as a daemon. E.g. using [`launchctl`](https://arslan.io/2021/02/15/automatic-dark-mode-for-terminal-applications/).

enhancement