mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Update desktop environment with new status bar and styling
- Use polybar instead of xfce4-panel - Modify bspwm and picom to conform to new spacing and style - Use arc-gruvbox custom theme instead of Nordic for GTK - Clean up fish scripts
This commit is contained in:
parent
24d7587106
commit
2b7261fb62
9 changed files with 65 additions and 115 deletions
4
sync
4
sync
|
|
@ -3,13 +3,14 @@
|
|||
function main
|
||||
argparse 'd/desktop' 'g/git' -- $argv
|
||||
set -l start_dir (pwd)
|
||||
set -l tmp_dir (mktemp --directory 2>/dev/null; or mktemp -d -t 'dotfiles')
|
||||
set -l cwd (string match -r '\w+$' $start_dir)
|
||||
set -l uname (uname)
|
||||
|
||||
log 'Syncing shell environment configurations'
|
||||
set_color grey
|
||||
|
||||
setup_tmp_space $cwd
|
||||
setup_tmp_space $cwd $tmp_dir
|
||||
|
||||
sync_terminal_env
|
||||
|
||||
|
|
@ -69,7 +70,6 @@ function sync_desktop_env
|
|||
rsync -aP ./.config/bspwm ~/.config/
|
||||
rsync -aP ./.config/sxhkd ~/.config/
|
||||
rsync -aP ./.config/picom ~/.config/
|
||||
rsync -aP ./.config/xfce4 ~/.config/
|
||||
rsync -aP ./.config/qutebrowser ~/.config/
|
||||
rsync -aP ./.config/polybar ~/.config/
|
||||
rsync -aP ./.ideavimrc ~/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue