1
0
Fork 0

update some configs

alacritty, gtk2-filechooser,mpd,nitrogen,pcmanfm,bin/backup.sh
main
Dominic Reich 2 years ago
parent 6bb85fe184
commit c8bc368761
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -32,7 +32,7 @@ env:
TERM: xterm-256color
shell:
program: /usr/bin/zsh
program: /usr/bin/fish
args:
- --login
window:
@ -47,8 +47,8 @@ window:
#decorations: none
#startup_mode: Windowed
# opacity: 0.96
opacity: 1.0
# opacity: 0.8
# opacity: 1.0
opacity: 0.8
scrolling:
history: 10000
multiplier: 1

@ -32,7 +32,7 @@ env:
TERM: xterm-256color
shell:
program: /usr/bin/zsh
program: /usr/bin/fish
args:
- --login
window:
@ -47,7 +47,8 @@ window:
decorations: none
startup_mode: Windowed
# opacity: 0.96
opacity: 0.9
# opacity: 0.9
opacity: 0.8
scrolling:
history: 10000
multiplier: 1

@ -2,8 +2,8 @@
LocationMode=path-bar
ShowHidden=false
ShowSizeColumn=true
GeometryX=456
GeometryY=207
GeometryX=28
GeometryY=254
GeometryWidth=1008
GeometryHeight=692
SortColumn=name

@ -10,7 +10,7 @@
# be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol.
#
music_directory "~/Musik"
music_directory "~/cloud/music"
#music_directory ""
#
# This setting sets the MPD internal playlist directory. The purpose of this

@ -1,4 +1,4 @@
[xin_-1]
file=/home/dominic/Bilder/backgrounds/architecture.jpg
file=/home/dominic/Bilder/backgrounds/UsX0Jmz.jpg
mode=5
bgcolor=#002a36

@ -1,6 +1,6 @@
[geometry]
posx=267
posy=304
posx=149
posy=302
sizex=760
sizey=547
@ -9,4 +9,4 @@ view=icon
recurse=true
sort=alpha
icon_caps=false
dirs=/home/dominic/Bilder/backgrounds;
dirs=/home/dominic/Bilder;

@ -9,8 +9,8 @@ autorun=1
[ui]
always_show_tabs=0
max_tab_chars=32
win_width=1920
win_height=1054
win_width=948
win_height=1040
splitter_pos=150
media_in_new_tab=0
desktop_folder_new_win=0

@ -3,47 +3,8 @@
#
# Dominic Reich, OE7DRT, dominic@mm.st
# we don't need this, because we run sudo below…
# if [ "$EUID" -ne 0 ]
# then echo "Not root. Exiting."
# exit
# fi
# rsync -qaR \
# --append-verify
# good, but not effective (another way to do this)
# sudo rsync -avzhRP --del --stats --inplace \
# --include='/etc/***' \
# --include='/boot/***' \
# --include='/home/***' \
# --include='/usr/local/***' \
# --include='/opt/***' \
# --include='/lib/systemd/system' \
# --exclude='*' \
# / nas:/volume1/NetBackup/polaris-kde-2022/
## The old code — since I use sudo below, I do this
## with a more privileged user in one run because I
## also want to backup some system files
#rsync -avzh --delete-delay --stats --partial \
# --append-verify --inplace --progress \
# --exclude '.cache' \
# --exclude '.gvfs' \
# --exclude '.DS_Store' \
# --exclude 'Thumbs.db' \
# --exclude 'lost+found' \
# --exclude '.Trash' \
# --exclude '.bash_history' \
# --exclude '.zhistory' \
# --exclude '.local/share/Steam/steamapps/common/' \
# --exclude 'Musik/nas/' \
# --exclude 'NetBackup/' \
# --exclude 'SynologyDrive/' \
# '/home/dominic/./' nas:/volume1/NetBackup/polaris-kde-2022/sync/
#sudo rsync -avzhRP --del --stats --inplace \
sudo rsync -avzhRP --del --stats \
--exclude 'BACKUP_LINUX_DISK/***' \
--exclude 'BACKUP_OLDMAC/***' \
@ -58,13 +19,14 @@ sudo rsync -avzhRP --del --stats \
--exclude 'Steam/***' \
--exclude '_nas-*/***' \
--exclude 'Attack/***' \
--exclude 'material-design-icons/***' \
'/./etc' \
'/./boot' \
'/./home' \
'/./usr/local' \
'/./opt' \
'/./root' \
'/./lib/systemd/system' \
'/./usr/lib/systemd/system' \
'/./var/lib/libvirt' \
nas:/volume1/NetBackup/polaris-arch/./

Loading…
Cancel
Save