WallpaperHandling : pywal

This commit is contained in:
2021-12-15 15:43:58 +09:00
parent 90661d87c3
commit d89601a0da
5 changed files with 6 additions and 4 deletions

View File

@ -25,7 +25,7 @@
;; Launch apps that will run in the background ;; Launch apps that will run in the background
(efs/run-in-background "fcitx") (efs/run-in-background "fcitx")
(efs/run-in-background "dwall -s firewatch")) (efs/run-in-background "dwall -p -s firewatch"))
(defun efs/exwm-update-class () (defun efs/exwm-update-class ()
(exwm-workspace-rename-buffer exwm-class-name)) (exwm-workspace-rename-buffer exwm-class-name))

View File

@ -57,7 +57,7 @@ DesktopNames=exwm
;; Launch apps that will run in the background ;; Launch apps that will run in the background
(efs/run-in-background "fcitx") (efs/run-in-background "fcitx")
(efs/run-in-background "dwall -s firewatch")) (efs/run-in-background "dwall -p -s firewatch"))
(defun efs/exwm-update-class () (defun efs/exwm-update-class ()
(exwm-workspace-rename-buffer exwm-class-name)) (exwm-workspace-rename-buffer exwm-class-name))

View File

@ -926,7 +926,7 @@ https://emacs.stackexchange.com/a/30691
;;(org-roam-setup)) ;;(org-roam-setup))
(ju/leader-key-def (ju/leader-key-def
"r" '(:ignore t :which-key "Org Roam") "r" '(:ignore t :which-key "Org Roam")
"ru" 'org-roam-ui-mode "ru" 'org-roam-ui-open
"rl" 'org-roam-buffer-toggle "rl" 'org-roam-buffer-toggle
"rf" 'org-roam-node-find "rf" 'org-roam-node-find
"ri" 'org-roam-node-insert "ri" 'org-roam-node-insert

View File

@ -13,7 +13,8 @@ function run {
xsetroot -cursor_name left_ptr & xsetroot -cursor_name left_ptr &
# background # background
feh --bg-fill /usr/share/backgrounds/arcolinux/arco-wallpaper.jpg & #feh --bg-fill /usr/share/backgrounds/arcolinux/arco-wallpaper.jpg &
dwall -p -s firewatch
# other apps # other apps
run variety & run variety &

View File

@ -44,6 +44,7 @@ TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/scripts/
TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/bin/update_plugins all TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/bin/update_plugins all
# Dynamic wallpaper # Dynamic wallpaper
sudo pip install pywal
paru -S cronie --noconfirm paru -S cronie --noconfirm
git clone https://github.com/adi1090x/dynamic-wallpaper.git ~/dynamic-wallpaper git clone https://github.com/adi1090x/dynamic-wallpaper.git ~/dynamic-wallpaper
cd dynamic-wallpaper cd dynamic-wallpaper