summaryrefslogtreecommitdiff
path: root/.stumpwm.d/theme.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-28 22:08:28 +0200
committerThanos Apollo <[email protected]>2024-01-28 22:08:28 +0200
commit010084a0e4eeb049a3579dfe11a977bdedcab0d7 (patch)
treea7fbd2145d83bd34991824fa2d90236755d622aa /.stumpwm.d/theme.lisp
parentb8126291082c36fe26cbb170214c3919f6aa9388 (diff)
stumpwm:(utils) run autostart script
Diffstat (limited to '.stumpwm.d/theme.lisp')
-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