mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
ETC : Some parameter changed.
This commit is contained in:
@ -71,7 +71,7 @@ let g:airline_theme='gruvbox'
|
||||
"let g:airline_theme='solarized8'
|
||||
"""""""""""""" Challenger Deep
|
||||
"colorscheme challenger_deep
|
||||
colorscheme palenight
|
||||
"colorscheme palenight
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
" Air-line
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
;;(efs/run-in-background "enpass -minimize")
|
||||
|
||||
;; Launch apps that will run in the background
|
||||
(efs/run-in-background "fcitx"))
|
||||
;;(efs/run-in-background "~/scripts/random_wallpaper.sh ~/ShareDirectory/wallpaper/karina/portrait"))
|
||||
;;(efs/run-in-background "fcitx"))
|
||||
)
|
||||
|
||||
(defun efs/exwm-update-class ()
|
||||
(exwm-workspace-rename-buffer exwm-class-name))
|
||||
|
||||
@ -56,8 +56,8 @@ DesktopNames=exwm
|
||||
;;(efs/run-in-background "enpass -minimize")
|
||||
|
||||
;; Launch apps that will run in the background
|
||||
(efs/run-in-background "fcitx"))
|
||||
;;(efs/run-in-background "~/scripts/random_wallpaper.sh ~/ShareDirectory/wallpaper/karina/portrait"))
|
||||
;;(efs/run-in-background "fcitx"))
|
||||
)
|
||||
|
||||
(defun efs/exwm-update-class ()
|
||||
(exwm-workspace-rename-buffer exwm-class-name))
|
||||
|
||||
@ -22,7 +22,7 @@ run nm-applet &
|
||||
run pamac-tray &
|
||||
run xfce4-power-manager &
|
||||
run volumeicon &
|
||||
run enpass -minimize &
|
||||
run bitwarden &
|
||||
numlockx on &
|
||||
blueberry-tray &
|
||||
|
||||
|
||||
1
.zshrc
1
.zshrc
@ -35,4 +35,5 @@ cat ~/.cache/wal/sequences &
|
||||
#VETHER_IP=$(/bin/grep nameserver /etc/resolv.conf 2> /dev/null | /bin/tr -s ' ' | /bin/cut -d' ' -f2)
|
||||
#export DISPLAY=$VETHER_IP:10.0
|
||||
export DISPLAY=192.168.144.1:10.0
|
||||
export EDITOR=nvim
|
||||
|
||||
|
||||
@ -47,9 +47,10 @@ TMUX_PLUGIN_MANAGER_PATH=~/.config/tmux/plugins/tpm ~/.tmux/plugins/tpm/bin/upda
|
||||
# Dynamic wallpaper
|
||||
sudo pip install pywal
|
||||
paru -S cronie --noconfirm
|
||||
git clone https://github.com/adi1090x/dynamic-wallpaper.git ~/dynamic-wallpaper
|
||||
cd dynamic-wallpaper
|
||||
./install.sh
|
||||
sudo systemctl enable cronie
|
||||
crontab - e
|
||||
# 0 * * * * /home/jaeus/scripts/random_wallpaper.sh
|
||||
|
||||
|
||||
# font
|
||||
paru -S ttf-fira-code ttf-nanum nerd-fonts-mononoki ttf-monaco ttf-d2coding --noconfirm
|
||||
@ -58,7 +59,8 @@ paru -S ttf-fira-code ttf-nanum nerd-fonts-mononoki ttf-monaco ttf-d2coding --no
|
||||
paru -S fcitx-hangul fcitx-configtool --noconfirm
|
||||
|
||||
# enpass
|
||||
paru -S enpass --noconfirm
|
||||
#paru -S enpass --noconfirm
|
||||
paru -S bitwarden --noconfirm
|
||||
|
||||
#paru -S green-tunnel --noconfirm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user