Splinter Suidman
Splinter Suidman
> Is this maybe an issue of your OS? Hm, that could pretty well be the case. I use NixOS to install org-roam-ui, and the font file lives at `/nix/store/4lc2xz9jz6vnlpg57wdyq2lqg9yba0qq-emacs-org-roam-ui-20221105.1040/share/emacs/site-lisp/elpa/org-roam-ui-20221105.1040/out/_next/static/media/KaTeX_Script-Regular.c81d1b2a4b75d3eded6059a210910a`...
@Forage For you information, ListenBrainz has an [API that is compatible with Last.fm](https://listenbrainz.org/lastfm-proxy): > Clients supporting the old version of the AudioScrobbler API (such as VLC and Spotify) can be...
I don't think that's possible. I believe `NSWorkspaceDesktopImageScalingKey` can only receive the values you can find [here, at Apple's website](https://developer.apple.com/documentation/appkit/nsimagescaling?language=objc) (`NSImageScaleProportionallyUpOrDown`, `NSImageScaleProportionallyUpOrDown`, `NSImageScaleAxesIndependently`, and `NSImageScaleNone`). All of the values listed...
Hi, I think the problem you're facing is a problem with imagemagick. ~~You might have to install it: `brew install imagemagick`.~~ If that does not fix it, I don't know...
The code in `blurwallpaper.c` is using imagemagick to blur an image. Most of it works for you, only the blur does not work. Could you send me you wallpaper, so...
Okay...
Have you tried building from source?
Could you download [blur-test.zip](https://github.com/splintah/blur/files/1343791/blur-test.zip), unzip it, and run `make` in the unzipped folder? Then use `./blur-test [input] [output] [intensity]`. This file is the part of the plugin that I suspect...
I have no idea...
Version 0.1.4 improves the error messages. Could you look what error is printed in `/usr/local/var/log/chunkwm/chunkwm.err.log`? I think that file is the standard error log for the homebrew installation.