diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-19 00:45:46 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-19 00:45:46 -0500 |
| commit | bab502e1ef21d327e806e8f48870dc1b53f2b345 (patch) | |
| tree | 53918ea7ce1584232dba31e3a939fc81b034eeb6 /stuff/scripts | |
| parent | ce23adcafcfe6cf241f9d98c0abac5505016ce01 (diff) | |
custom fastfetch change. changed rsync from -P --progress. theme changes
Diffstat (limited to 'stuff/scripts')
| -rwxr-xr-x | stuff/scripts/system/backup/backup.sh | 8 | ||||
| -rwxr-xr-x | stuff/scripts/system/backup/copy-to-git.sh | 4 | ||||
| -rwxr-xr-x | stuff/scripts/system/neoboot.sh | 12 | ||||
| -rw-r--r-- | stuff/scripts/system/stbar/config.txt | 1 |
4 files changed, 15 insertions, 10 deletions
diff --git a/stuff/scripts/system/backup/backup.sh b/stuff/scripts/system/backup/backup.sh index e49996e..aa633f6 100755 --- a/stuff/scripts/system/backup/backup.sh +++ b/stuff/scripts/system/backup/backup.sh @@ -10,12 +10,12 @@ fsyncb () { read -p "y/n: " uinput if [ "$uinput" != "n" ] && [ "$uinput" != "N" ]; then printf "\n\n\n" - rsync -PRUurv --size-only --delete-after $exclude $syncfile "$target" + rsync -RUurv --progress --size-only --delete-after $exclude $syncfile "$target" printf "\n===end sync\n---------\n\n" fi } -syncfile="stuff .bash_profile .bashrc .surf/styles .gtkrc-2.0 .urlview .vimrc .xinitrc .Xresources .zshrc .p10k.zsh .gnupg .ssh .local/bin/lf-gadgets .config/dwm .config/wezterm .config/.profile .config/tmux .config/wireplumber .config/FreeTube .config/awesome .config/wlxoverlay .config/newsboat .config/vesktop/themes .config/gtk-3.0 .config/rofi .config/lf .config/mutt .config/zsh .config/picom.conf .config/nvim .config/atuin .config/screenkey.json .config/vesktop/themes .keepass .config/Pinta .local/share/applications/custom" +syncfile="stuff .bash_profile .bashrc .surf/styles .gtkrc-2.0 .urlview .vimrc .xinitrc .Xresources .zshrc .p10k.zsh .gnupg .ssh .local/bin/lf-gadgets .config/dwm .config/wezterm .config/.profile .config/tmux .config/wireplumber .config/FreeTube .config/awesome .config/wlxoverlay .config/newsboat .config/vesktop/themes .config/fastfetch .config/gtk-3.0 .config/rofi .config/lf .config/mutt .config/zsh .config/picom.conf .config/nvim .config/atuin .config/screenkey.json .config/vesktop/themes .keepass .config/Pinta .config/cmus .config/cava .local/share/applications/custom .local/share/osu" # se shit syncfile="$syncfile /home/iceyrazor/.local/share/Steam/steamapps/compatdata/244850/pfx/drive_c/users/steamuser/AppData/Roaming/SpaceEngineers/Blueprints /home/iceyrazor/.local/share/Steam/steamapps/compatdata/244850/pfx/drive_c/users/steamuser/AppData/Roaming/SpaceEngineers/IngameScripts /home/iceyrazor/.local/share/Steam/steamapps/compatdata/244850/pfx/drive_c/users/steamuser/AppData/Roaming/SpaceEngineers/Saves" @@ -23,9 +23,9 @@ syncfile="$syncfile /home/iceyrazor/.local/share/Steam/steamapps/compatdata/2448 target="/home/iceyrazor/mnt-backups/LINUX FILES/home/iceyrazor" exclude="--exclude node_modules --exclude node_modules_23 --exclude dontsync --exclude **/iceys-linux-stuffs --exclude **/target --exclude LinVAM/pyenv" - fsynca -printf "==CC-survival unsynced\n\n" +printf "==CC-survival unsynced?\n\n" +printf "==osu unsynced\n\n" fsyncb diff --git a/stuff/scripts/system/backup/copy-to-git.sh b/stuff/scripts/system/backup/copy-to-git.sh index 4d6263a..3c66805 100755 --- a/stuff/scripts/system/backup/copy-to-git.sh +++ b/stuff/scripts/system/backup/copy-to-git.sh @@ -6,12 +6,12 @@ fsync () { read -p "y/n: " uinput if [ "$uinput" != "n" ] && [ "$uinput" != "N" ]; then printf "\n\n\n" - rsync -PRUurv --delete-after $exclude $syncfile "$target" + rsync -RUurv --progress --delete-after $exclude $syncfile "$target" printf "\n===end sync\n---------\n\n" fi } -syncfile=".urlview .vimrc .Xresources .bashrc .zshrc .p10k.zsh .config/.profile .config/wezterm .config/dwm .config/tmux .config/awesome .config/rofi .config/lf .config/picom.conf .config/nvim .config/atuin .config/screenkey.json stuff/manual-programs/suckless" +syncfile=".urlview .vimrc .Xresources .bashrc .zshrc .p10k.zsh .config/.profile .config/wezterm .config/dwm .config/tmux .config/awesome .config/rofi .config/lf .config/picom.conf .config/nvim .config/atuin .config/screenkey.json .config/fastfetch stuff/manual-programs/suckless" syncfile="$syncfile stuff/scripts/system/stbar stuff/scripts/system/url-handler.sh stuff/scripts/system/backup/copy-to-git.sh stuff/scripts/system/backup/backup.sh" syncfile="$syncfile stuff/scripts/system/neoboot.sh stuff/scripts/system/math.sh stuff/scripts/system/bri.sh stuff/scripts/system/restart-pipe.sh stuff/scripts/system/set-pri-java.sh" diff --git a/stuff/scripts/system/neoboot.sh b/stuff/scripts/system/neoboot.sh index 9933d3e..ed57d19 100755 --- a/stuff/scripts/system/neoboot.sh +++ b/stuff/scripts/system/neoboot.sh @@ -1,5 +1,5 @@ #!/bin/bash -normal() { +normal_old() { randnum=$(($RANDOM % 2)) if [ "$randnum" == "1" ]; then @@ -13,18 +13,24 @@ normal() { lsblk --filter 'NAME=~"sd[abcde]"' -o NAME,MOUNTPOINTS | lolcat } +normal() { + fastfetch -c $HOME/.config/fastfetch/compact.jsonc + printf "\n" +} + laptop() { if [ "$(($RANDOM % 2))" == "1" ]; then fastfetch --localip-show-ipv4 0 | lolcat -as 10000 -S 100 else - uwufetch | lolcat -as 10000 -S 100 + # uwufetch | lolcat -as 10000 -S 100 + fastfetch --localip-show-ipv4 0 | lolcat -as 10000 -S 100 fi printf "\n--------------------------------------------------------\n" | lolcat -S 100 lsblk --filter 'NAME=~"sd[abcde]"' -o NAME,MOUNTPOINTS | lolcat -as 10000 -S 100 } if [[ "$(cat /etc/hostname)" == "Witchen" ]]; then - laptop + normal else normal fi diff --git a/stuff/scripts/system/stbar/config.txt b/stuff/scripts/system/stbar/config.txt index 3137407..87af9d5 100644 --- a/stuff/scripts/system/stbar/config.txt +++ b/stuff/scripts/system/stbar/config.txt @@ -1,2 +1 @@ full_stat:false -wifi_device:wlo1 |
