diff --git a/gui/i3/desktop.conf b/gui/i3/desktop.conf index e23ce88..d0531f0 100644 --- a/gui/i3/desktop.conf +++ b/gui/i3/desktop.conf @@ -1,8 +1,8 @@ include base.conf # binding workspaces -workspace 1 output DP-2 -workspace 2 output DP-0 +workspace 1 output DP-0 +workspace 2 output DP-2 # poly bar exec_always --no-startup-id polybar-launch.sh desktop-bar diff --git a/gui/polybar/config.ini b/gui/polybar/config.ini index 106d033..1e0ec67 100644 --- a/gui/polybar/config.ini +++ b/gui/polybar/config.ini @@ -49,7 +49,7 @@ height = 24pt modules-left = xworkspaces focus-fast spotify spotify-len ;modules-left = xworkspaces spotify spotify-len modules-center = weather-desktop -modules-right = pulseaudio memory cpu temperature eth vpn dev-bat packages seafile calendar-sync bg-selector quotes date powermenu +modules-right = pulseaudio memory cpu temperature wlan eth vpn dev-bat packages seafile calendar-sync bg-selector quotes date powermenu [bar/work-bar] ; desktop bar config diff --git a/passwords/gnupg/pubring.kbx b/passwords/gnupg/pubring.kbx index 84b72d8..0e1a1c4 100644 Binary files a/passwords/gnupg/pubring.kbx and b/passwords/gnupg/pubring.kbx differ diff --git a/passwords/gnupg/pubring.kbx~ b/passwords/gnupg/pubring.kbx~ index 8694847..84b72d8 100644 Binary files a/passwords/gnupg/pubring.kbx~ and b/passwords/gnupg/pubring.kbx~ differ diff --git a/passwords/gnupg/trustdb.gpg b/passwords/gnupg/trustdb.gpg index c955ef1..1a5f0d2 100644 Binary files a/passwords/gnupg/trustdb.gpg and b/passwords/gnupg/trustdb.gpg differ diff --git a/shells/zsh/zshrc b/shells/zsh/zshrc index 874be23..5b0a561 100644 --- a/shells/zsh/zshrc +++ b/shells/zsh/zshrc @@ -129,3 +129,6 @@ alias gadd="git add ." alias gbug="git add . && git commit -m 'bug fixes'" alias gp="git push" alias glog="git log --pretty --oneline --graph --all --decorate" + +# copying with progress +alias cpr="rsync -r -hh --info=stats1,progress2"