This is a plugin for chunkwm that blurs your wallpaper when you open an application or a window.
It currently does not support space-specific wallpapers; all spaces will have the same wallpaper.
These settings can be set in your .chunkwmrc
file.
The syntax is chunkc set [setting] [value]
.
Example: chunkc set wallpaper ~/Pictures/wallpaper.jpg
-
wallpaper
(string [path]): path to your wallpaper. Default: path to your current wallpaper. -
wallpaper_blur
(float): changes the blur intensity. Default:2.5
. -
wallpaper_mode
(fill
,fit
,stretch
orcenter
): the way a wallpaper is displayed. Default:fill
. -
wallpaper_tmp_path
(string [path]): where to store the blurred wallpaper. Default:/tmp/
.
These commands can be used while chunkwm is running, whithout the need of reloading the plugin. The syntax is chunkc blur::[command] [args]
.
Example: chunkc blur::wallpaper ~/Pictures/wallpaper.jpg
wallpaper
(string [path]): path to you wallpaper.
- Download the file
- Place it into your plugin directory
- This is the directory specified in your
chunkwmrc
file afterchunkc core::plugin_dir
. - It may be convenient to create a folder for your plugins in your home directory (e.g.
~/.chunkwm_plugins
).
- This is the directory specified in your
- Load it in you
chunkwmrc
file:chunkc core::load blur.so
.
- xcode-8 command line tools
- imagemagick
- chunkwm
- Clone the chunkwm repo into your home directory.
- Clone this repo into ~/chunkwm/src/plugins.
- Run
make
in this folder (~/chunkwm/src/plugins).