dark-notify icon indicating copy to clipboard operation
dark-notify copied to clipboard

Watcher for macOS 10.14+ light/dark mode changes

Results 10 dark-notify issues
Sort by recently updated
recently updated
newest added

I'm using [Catppuccin](https://github.com/catppuccin/nvim) colorscheme and it comes with multiple flavour. In my case, I needed to set the flavour first and then apply the colorscheme after. The `onchange` is a...

I tried building the binary on a newer version of rust. Getting the following error: ``` error[E0432]: unresolved import `std::raw` --> src/app.rs:9:28 | 9 | use std::{mem, ops::Deref, raw}; |...

Simple test, something like ``` dark-notify -c 'touch' & ``` Change system theme while this is running, file is not created. But when back into `fg`, then you see the...

I've got dark-notify setup like thus: ``` local dn = require('dark_notify') dn.run({ schemes = { dark = { colorscheme = My_theme_dark, lightline = My_themel_dark }, light = { colorscheme =...

First, thanks for this great plugin. I very much enjoy not having to manually toggle all vim instances when the system mode changes! Lately I've came across at least three...

Amazing little thing you have got here, thanks a lot! I am wondering if you are planing to move swift branch forward, as I understand it would allow dark-notify to...

Hey, thanks for this great tool `dark-notify`. I very much enjoy my NeomNim instances automatically switching color mode as the system switches! Today I switched to iTerm 3.5beta as it...

Include @dj95's commit so it compiles on recent Rust versions.

I would like to query the current theme and not listen to changes. Is that possible?

Pretty much the title and if yes, would this still work if nvim was running inside tmux?