mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
WallpaperHandling : pywal
This commit is contained in:
@ -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))
|
||||
|
||||
@ -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))
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 &
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user