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
(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 ()
(exwm-workspace-rename-buffer exwm-class-name))

View File

@ -57,7 +57,7 @@ DesktopNames=exwm
;; Launch apps that will run in the background
(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 ()
(exwm-workspace-rename-buffer exwm-class-name))

View File

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

View File

@ -13,7 +13,8 @@ function run {
xsetroot -cursor_name left_ptr &
# 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
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
# Dynamic wallpaper
sudo pip install pywal
paru -S cronie --noconfirm
git clone https://github.com/adi1090x/dynamic-wallpaper.git ~/dynamic-wallpaper
cd dynamic-wallpaper