feature: style update, waybar update, funny fastfetch update and other fixes

This commit is contained in:
2026-06-19 13:57:23 +03:00
parent 9d23965acc
commit 50d5c4fbd9
222 changed files with 8109 additions and 1219 deletions
+3
View File
@@ -8,6 +8,7 @@ mkdir -p "$CONFIG_SAVE_DIR/Pictures"
echo 'Created config save directory'
cp -r ~/config-scripts "$CONFIG_SAVE_DIR/config-scripts"
cp -r ~/os-releases "$CONFIG_SAVE_DIR/os-releases"
cp -r ~/Pictures/Wallpapers "$CONFIG_SAVE_DIR/Pictures/Wallpapers"
@@ -21,6 +22,7 @@ cp -r ~/.config/waybar "$CONFIG_SAVE_DIR/.config/waybar/"
cp -r ~/.config/dunst "$CONFIG_SAVE_DIR/.config/dunst/"
cp -r ~/.config/kitty "$CONFIG_SAVE_DIR/.config/kitty/"
cp -r ~/.config/fastfetch "$CONFIG_SAVE_DIR/.config/fastfetch/"
cp -r ~/.config/xfce4 "$CONFIG_SAVE_DIR/.config/xfce4/"
cp -r ~/.inputrc "$CONFIG_SAVE_DIR/.inputrc"
cp -r ~/.bash_profile "$CONFIG_SAVE_DIR/.bash_profile"
@@ -28,6 +30,7 @@ cp -r ~/.bashrc "$CONFIG_SAVE_DIR/.bashrc"
cp -r ~/.bash_exports "$CONFIG_SAVE_DIR/.bash_exports"
cp -r ~/.bash_aliases "$CONFIG_SAVE_DIR/.bash_aliases"
cp -r ~/.bash_prompt "$CONFIG_SAVE_DIR/.bash_prompt"
cp -r ~/.multiplexer "$CONFIG_SAVE_DIR/.multiplexer"
cp -r ~/.ideavimrc "$CONFIG_SAVE_DIR/.ideavimrc"
echo 'Copied configs'