dots

git clone git://mattcarlson.org/repos/dots.git
Log | Files | Refs

commit c9a2583edf9f93ad72afb64b850fe72373b90795
parent a03737eb0fffd9f44a5975501e1a1197a4fbc8fd
Author: Matthew Carlson <matt@mcarlson.xyz>
Date:   Fri, 15 Oct 2021 19:27:54 -0400

captures renamed to shots; backup now saves only a few folders

Diffstat:
M.config/x/xresources | 32++++++++++++++++----------------
M.config/zathura/zathurarc | 54+++++++++++++++++++++++++++---------------------------
M.local/bin/backup.sh | 2+-
M.local/bin/shot.sh | 2+-
M.local/share/wp | 4++--
5 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/.config/x/xresources b/.config/x/xresources @@ -1,20 +1,20 @@ ! colors -#define col0 #0d0a0a -#define col1 #917052 -#define col2 #a89271 -#define col3 #c39f55 -#define col4 #5d8395 -#define col5 #b4a38a -#define col6 #ccb298 -#define col7 #e7ded0 -#define col8 #a19b91 -#define col9 #917052 -#define col10 #a89271 -#define col11 #c39f55 -#define col12 #5d8395 -#define col13 #b4a38a -#define col14 #ccb298 -#define col15 #e7ded0 +#define col0 #121018 +#define col1 #3d4780 +#define col2 #5e6189 +#define col3 #6d6f91 +#define col4 #7b86a2 +#define col5 #9499ae +#define col6 #c4c5b8 +#define col7 #cbcfdb +#define col8 #8e9099 +#define col9 #3d4780 +#define col10 #5e6189 +#define col11 #6d6f91 +#define col12 #7b86a2 +#define col13 #9499ae +#define col14 #c4c5b8 +#define col15 #cbcfdb ! font Xft.antialias : 1 diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc @@ -19,35 +19,35 @@ set recolor-keephue 'false' set recolor-reverse-video 'false' # Command line completion entries -set completion-fg '#e7ded0' -set completion-bg '#0d0a0a' +set completion-fg '#cbcfdb' +set completion-bg '#121018' # Command line completion group elements -set completion-group-fg '#A89271' -set completion-group-bg '#0d0a0a' +set completion-group-fg '#5E6189' +set completion-group-bg '#121018' # Current command line completion element -set completion-highlight-fg '#0d0a0a' -set completion-highlight-bg '#e7ded0' +set completion-highlight-fg '#121018' +set completion-highlight-bg '#cbcfdb' # Default foreground/background color -set default-bg rgba(13,10,10,0.95) +set default-bg rgba(18,16,24,0.95) # Input bar -set inputbar-fg '#e7ded0' -set inputbar-bg '#0d0a0a' +set inputbar-fg '#cbcfdb' +set inputbar-bg '#121018' # Notification -set notification-fg '#e7ded0' -set notification-bg '#0d0a0a' +set notification-fg '#cbcfdb' +set notification-bg '#121018' # Error notification -set notification-error-fg '#e7ded0' -set notification-error-bg '#917052' +set notification-error-fg '#cbcfdb' +set notification-error-bg '#3D4780' # Warning notification -set notification-warning-fg '#e7ded0' -set notification-warning-bg '#917052' +set notification-warning-fg '#cbcfdb' +set notification-warning-bg '#3D4780' # Tab - TODO # set tabbar-fg @@ -58,25 +58,25 @@ set notification-warning-bg '#917052' # set tabbar-focus-bg # Status bar -set statusbar-fg '#e7ded0' -set statusbar-bg '#0d0a0a' +set statusbar-fg '#cbcfdb' +set statusbar-bg '#121018' # Highlighting parts of the document (e.g. show search results) -set highlight-color '#A89271' -set highlight-active-color '#A89271' +set highlight-color '#5E6189' +set highlight-active-color '#5E6189' # Represent light/dark colors in recoloring mode set recolor-lightcolor rgba(0,0,0,0) -set recolor-darkcolor '#e7ded0' +set recolor-darkcolor '#cbcfdb' # 'Loading...' text -set render-loading-fg '#e7ded0' -set render-loading-bg '#0d0a0a' +set render-loading-fg '#cbcfdb' +set render-loading-bg '#121018' # Index mode -set index-fg '#e7ded0' -set index-bg '#0d0a0a' +set index-fg '#cbcfdb' +set index-bg '#121018' # Selected element in index mode -set index-active-fg '#0d0a0a' -set index-active-bg '#e7ded0' -\ No newline at end of file +set index-active-fg '#121018' +set index-active-bg '#cbcfdb' +\ No newline at end of file diff --git a/.local/bin/backup.sh b/.local/bin/backup.sh @@ -10,7 +10,7 @@ stamp="$(date +%Y-%m-%d\ %I:%M\ %p)" if df | grep -q "${BACKUP_DIR}"; then [ ! -e "${LOG}" ] && touch "${LOG}" # shellcheck disable=SC3009 - rsync -aAXHv --delete --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found"} / "${BACKUP_DIR}" + rsync -aAXHv --delete --exclude={"/*bin","/dev/","/lib*","/lost+found/","/mnt/","/opt/","/proc/","/root/","/run/","/srv/","/sys/","/tmp/","/usr/","/var/","/*.wants/"} / "${BACKUP_DIR}" printf '%s\n' "${stamp} - System backup complete." >> "${LOG}" else printf '%s\n' "${stamp} - ${BACKUP_DIR} is not a mount point. Not backing up system." >> "${LOG}" fi diff --git a/.local/bin/shot.sh b/.local/bin/shot.sh @@ -21,7 +21,7 @@ main() { gf=$(printf '%s\n' "scale=10; ${g}/255" | bc) bf=$(printf '%s\n' "scale=10; ${b}/255" | bc) - scrot -a "$(slop -b 3 -c "${rf}","${gf}","${bf}",1.0 -f '%x,%y,%w,%h')" -q 100 -z -C 'screenshot' "${PICTURES_DIR}/captures/%m-%d-%Y-%I-%M-%S.png" + scrot -a "$(slop -b 3 -c "${rf}","${gf}","${bf}",1.0 -f '%x,%y,%w,%h')" -q 100 -z -C 'screenshot' "${PICTURES_DIR}/shots/%m-%d-%Y-%I-%M-%S.png" } main "${@}" diff --git a/.local/share/wp b/.local/share/wp @@ -1 +1 @@ -/home/mc/pix/wp/roger-dean/tales-from-tropical-oceans.jpg -\ No newline at end of file +/home/mc/pix/wp/mist.jpg +\ No newline at end of file