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

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

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

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

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

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

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

@ -3,68 +3,30 @@
# #
# Dominic Reich, OE7DRT, dominic@mm.st # 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 \ # 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 \ sudo rsync -avzhRP --del --stats \
--exclude 'BACKUP_LINUX_DISK/***' \ --exclude 'BACKUP_LINUX_DISK/***' \
--exclude 'BACKUP_OLDMAC/***' \ --exclude 'BACKUP_OLDMAC/***' \
--exclude '.SynologyDrive/***' \ --exclude '.SynologyDrive/***' \
--exclude 'SynologyDrive/***' \ --exclude 'SynologyDrive/***' \
--exclude '.cache/***' \ --exclude '.cache/***' \
--exclude '.gvfs/***' \ --exclude '.gvfs/***' \
--exclude '.DS_Store' \ --exclude '.DS_Store' \
--exclude 'Thumbs.db' \ --exclude 'Thumbs.db' \
--exclude 'lost+found/***' \ --exclude 'lost+found/***' \
--exclude '.Trash/***' \ --exclude '.Trash/***' \
--exclude 'Steam/***' \ --exclude 'Steam/***' \
--exclude '_nas-*/***' \ --exclude '_nas-*/***' \
--exclude 'Attack/***' \ --exclude 'Attack/***' \
'/./etc' \ --exclude 'material-design-icons/***' \
'/./boot' \ '/./etc' \
'/./home' \ '/./boot' \
'/./usr/local' \ '/./home' \
'/./opt' \ '/./usr/local' \
'/./root' \ '/./opt' \
'/./lib/systemd/system' \ '/./root' \
'/./var/lib/libvirt' \ '/./usr/lib/systemd/system' \
nas:/volume1/NetBackup/polaris-arch/./ '/./var/lib/libvirt' \
nas:/volume1/NetBackup/polaris-arch/./

Loading…
Cancel
Save