summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.stumpwm.d/theme.lisp7
1 files changed, 4 insertions, 3 deletions
diff --git a/.stumpwm.d/theme.lisp b/.stumpwm.d/theme.lisp
index 0160e1a..ad42d5e 100644
--- a/.stumpwm.d/theme.lisp
+++ b/.stumpwm.d/theme.lisp
@@ -6,6 +6,7 @@
(stumpwm:load-module "ttf-fonts")
(load "~/.stumpwm.d/colors.lisp")
+(run-shell-command "~/.config/autostart/autostart.sh ")
;; Wallpaper
(defun feh-set-wallpaper (wallpaper-name)
@@ -20,8 +21,8 @@
((equal (asdf:hostname) "hermes") (feh-set-wallpaper "cyberpunk-wallpaper2.jpg"))))
-(when *initializing*
- (thanos/set-wallpapers))
+;; (when *initializing*
+;; (thanos/set-wallpapers))
(setf *message-window-gravity* :center
*input-window-gravity* :center
@@ -44,7 +45,7 @@
(set-float-unfocus-color thanos-hope3)
(set-fg-color thanos-hope-fg)
-(set-bg-color thanos-hope-alt)
+(set-bg-color thanos-hope)
(setf swm-gaps:*head-gaps-size* 6
swm-gaps:*inner-gaps-size* 6