Skip to content

sham1/gnome-night-light.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

gnome-night-light.el

A package which integrates with the Night Light-feature of your GNOME desktop.

Usage example

Changing theme according to the time of day.

(defun theme-changer (state)
  (if state
	  (my/set-dark-theme)
    (my/set-light-theme)))

(require 'gnome-night-light)
(setq gnome-night-light/light-change-callback #'theme-changer)
(gnome-night-light)

The callback passed to gnome-night-light has to accept a boolean variable. This variable is t when the night light is active.

License

GPLv3+

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published