A home/dotfiles/gammastep.ini => home/dotfiles/gammastep.ini +8 -0
@@ 0,0 1,8 @@
+[general]
+location-provider=manual
+temp-day=5500
+temp-night=3000
+
+[manual]
+lat=50.233293
+lon=14.322593
M home/home-configuration.scm => home/home-configuration.scm +4 -0
@@ 124,6 124,8 @@
(".config/dwl/scripts/print.sh" ,(local-file "dotfiles/dwl/print.sh"))
+ (".config/gammastep/config.ini" ,(local-file "dotfiles/gammastep.ini"))
+
(".config/zsh/direnv/direnv" ,direnv)
(".config/zsh/plugins" ,#~(string-append #$(directory-union
"zsh-plugins"
@@ 200,3 202,5 @@
;; dwl package the scripts for starting, make them in Guile
;; xdg desktop portal, wlr
+
+;; redshift equivalent
M home/modules/ruther/home/dwl/scripts.scm => home/modules/ruther/home/dwl/scripts.scm +2 -0
@@ 4,6 4,7 @@
#:use-module (guix packages)
#:use-module (ruther packages wayland)
#:use-module (gnu packages glib)
+ #:use-module (gnu packages xdisorg)
#:use-module (gnu packages wm)
#:use-module (gnu packages emacs)
#:use-module (gnu packages networking)
@@ 192,6 193,7 @@
"XDG_CURRENT_DESKTOP"
"DISPLAY"))
(spawn (string-append #$network-manager-applet "/bin/nm-applet") '("nm-applet"))
+ (spawn (string-append #$gammastep "/bin/gammastep") '("gammastep"))
(spawn (string-append #$blueman "/bin/blueman-applet") '("blueman-applet"))
(spawn (string-append #$emacs-pgtk "/bin/emacs") '("emacs" "--daemon"))
(spawn (string-append #$waybar "/bin/waybar") '("waybar"))