Skip to content

wnayes/bond-wm-wallpaper-dimmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bond-wm-wallpaper-dimmer

A simple wallpaper plugin for the bond-wm window manager.

This plugin is meant to be used on top of others. It puts a semi-transparent layer over the wallpaper display, which darkens in the evening.

Development

npm install
npm run build

Usage

Import from @wnayes/bond-wm-wallpaper-dimmer and render the dimmer component in your desktop's work area.

import Dimmer from "@wnayes/bond-wm-wallpaper-dimmer";

<Desktop>
  <WorkArea>
    <Wallpaper />
    <Dimmer /> {/* Put above your desktop wallpaper! */}
  </WorkArea>
</Desktop>;

Configuration

No configuration options are available at this time.

In the future, the time range / darkness could be made configurable.

License

MIT License

About

Wallpaper plugin for bond-wm that dims the wallpaper in the evening.

Resources

License

Stars

Watchers

Forks

Releases

No releases published