Disable dark-notify on non-mac

This commit is contained in:
ViViDboarder 2021-12-15 15:26:15 -08:00
parent d98e4fac72
commit 6b8a4d39db
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ return require("packer").startup(function(use)
-- On Mac, update colors when dark mode changes
use({
"cormacrelf/dark-notify",
disable = not vim.g.is_mac,
-- Download latest release on install
run = "curl -s https://api.github.com/repos/cormacrelf/dark-notify/releases/latest | jq '.assets[].browser_download_url' | xargs curl -Ls | tar xz -C ~/.local/bin/", -- luacheck: no max line length
config = config_dark_notify,