~ruther/guix-config

988ee89f06fdd078b5620f0ae65111da6049e15e — Rutherther 7 months ago 9ec0148
feat: add gtk2 rc file path variable
1 files changed, 3 insertions(+), 2 deletions(-)

M home/modules/ruther/home/services/gtk.scm
M home/modules/ruther/home/services/gtk.scm => home/modules/ruther/home/services/gtk.scm +3 -2
@@ 92,7 92,7 @@
                (call-with-output-file (string-append #$output "/share/icons/default/index.theme")
                  (lambda (port)
                    (format port
                            "[Icon Theme]~%Inherits=~a~%"
                            "[Icon Theme]~%Name=Default~%Comment=Default cursor theme~%Inherits=~a~%"
                            #$(gtk-theme-configuration-name (home-gtk-configuration-cursor-theme config))))))))))))))

(define (add-xcursor-environment config)


@@ 102,7 102,8 @@
        (cursor-size (gtk-theme-configuration-size cursor-theme)))
    (if (nil? cursor-name)
        '()
        `(("XCURSOR_THEME" . ,cursor-name)
        `(("GTK2_RC_FILES" . "$HOME/.gtkrc-2.0")
          ("XCURSOR_THEME" . ,cursor-name)
           ("XCURSOR_SIZE" . ,(format #f "~a" cursor-size)))))) ;; TODO: this path should not be hardcoded here

(define (add-gtk-config-file config)

Do not follow this link