diff --git a/bin/.bin/changepaper b/bin/.bin/changepaper index 78099dc..9e2ab9d 100755 --- a/bin/.bin/changepaper +++ b/bin/.bin/changepaper @@ -12,7 +12,7 @@ export XAUTHORITY=/home/powellc/.Xauthority if [ -n "$1" ]; then SOURCE=$1 else - SOURCE='astrobin' + SOURCE='bing' fi # Choices: astrobin,natgeo,nasa,unsplash,bing @@ -21,7 +21,7 @@ SEARX_BASEDIR="$HOME/var/media/backgrounds/bing" # Get daily NatGeo POTD #python3 ~/.bin/get_natgeo_potd.py -python3 ~/.bin/get_astrobin_potd.py +#python3 ~/.bin/get_astrobin_potd.py #python3 ~/.bin/get_unsplash_potd.py python3 ~/.bin/get_bing_potd.py @@ -32,10 +32,10 @@ echo "Setting desktop background" feh --bg-fill $BASEDIR/$date.jpg #link slim background to new image -SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg -echo "Setting Slim background image" -rm $SLIM_BG_FILE -cp $BASEDIR/$date.jpg $SLIM_BG_FILE +#SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg +#echo "Setting Slim background image" +#rm $SLIM_BG_FILE +#cp $BASEDIR/$date.jpg $SLIM_BG_FILE #SEARX_BG_FILE=/usr/local/src/searx/searx/static/themes/oscar/img/bg.jpg #echo "Setting Searx background image" diff --git a/bin/.bin/zls b/bin/.bin/zls new file mode 100644 index 0000000..47c857e Binary files /dev/null and b/bin/.bin/zls differ diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index f862265..f886b30 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -3,6 +3,7 @@ if status is-interactive set -gx PATH ~/.asdf/installs/rust/latest/bin $PATH set -gx PATH ~/.cargo/bin $PATH set -gx PATH ~/.bin $PATH + set -gx PATH ~/.poetry/bin $PATH set -gx PATH ~/.screenlayout $PATH set -gx PATH ~/.emacs.d/bin $PATH set -gx GIT_CU_DIR ~/src diff --git a/gtk/.config/gtk-3.0/bookmarks b/gtk/.config/gtk-3.0/bookmarks index e18b6bb..866c343 100644 --- a/gtk/.config/gtk-3.0/bookmarks +++ b/gtk/.config/gtk-3.0/bookmarks @@ -2,4 +2,3 @@ file:///home/powellc/var/inbox file:///home/powellc/var file:///home/powellc/src file:///home/powellc/tmp -file:///media/photos/webcams/weather diff --git a/qutebrowser/.config/qutebrowser/autoconfig.yml b/qutebrowser/.config/qutebrowser/autoconfig.yml index 90f622a..1c27d80 100644 --- a/qutebrowser/.config/qutebrowser/autoconfig.yml +++ b/qutebrowser/.config/qutebrowser/autoconfig.yml @@ -13,6 +13,7 @@ settings: content.geolocation: https://app.zestful.com: true https://box.unbl.ink: true + https://www.docusign.net: true https://www.rcplanet.com: false content.media.audio_capture: https://15five.zoom.us: true @@ -34,8 +35,11 @@ settings: https://15five.lightning.force.com: true https://app.slack.com: true https://askinglot.com: false + https://box.unbl.ink: true https://jelly.unbl.ink: true https://mailhog.unbl.ink: true + https://mastodon.technology: true + https://mblog.unbl.ink: true https://media.unbl.ink: true content.register_protocol_handler: https://calendar.google.com?cid=%25s: true diff --git a/qutebrowser/.config/qutebrowser/bookmarks/urls b/qutebrowser/.config/qutebrowser/bookmarks/urls index bf29ae8..acf0b14 100644 --- a/qutebrowser/.config/qutebrowser/bookmarks/urls +++ b/qutebrowser/.config/qutebrowser/bookmarks/urls @@ -11,3 +11,6 @@ https://app.slack.com/client/T042JGM5N/G010U55A8CV/thread/G010U55A8CV-1637246877 https://15five.lightning.force.com/lightning/r/Case/5004T00000BGbDBQA1/view 00018911 | Salesforce https://www.figma.com/file/0qsXDQRmrdtoNaBmGIdD1Y/Partnerships-Team?node-id=518%3A23 Partnerships Team – Figma https://15five.lightning.force.com/lightning/r/Case/5004T00000D7iRDQAZ/view 00024824 | Salesforce +https://precisely.15five.com/group/list/5341/?page=5 Manage groups · Manage groups · People · 15Five +https://precisely.15five.com/group/list/5341/ Manage groups · Manage groups · People · 15Five +https://precisely.15five.com/group/list/5343/ Manage groups · Manage groups · People · 15Five diff --git a/skyscraper/.skyscraper/config.ini b/skyscraper/.skyscraper/config.ini index 971027e..5e55800 100644 --- a/skyscraper/.skyscraper/config.ini +++ b/skyscraper/.skyscraper/config.ini @@ -3,10 +3,10 @@ ; -------------------------------------------------------------------- [main] -inputFolder="/home/powellc/RetroPie/roms" +inputFolder="/home/powellc/src/code.unbl.ink/secstate/emus/media/roms" excludeFiles="*[BIOS]*" -gameListFolder="/home/powellc/RetroPie/roms" -mediaFolder="/home/powellc/RetroPie/roms" +gameListFolder="/home/powellc/src/code.unbl.ink/secstate/emus/media/roms" +mediaFolder="/home/powellc/src/code.unbl.ink/secstate/emus/media/roms" cacheFolder="/home/powellc/.skyscraper/cache" cacheResize="false" jpgQuality="85" @@ -23,7 +23,7 @@ forceFilename="true" unattendSkip="true" [screenscraper] -userCreds="secstate:pass' +userCreds="secstate:a88elPG9PldlmlRLakN8EanHl" [esgamelist] cacheRefresh="true" diff --git a/ssh/.ssh/config b/ssh/.ssh/config index 4b0537b..5d70e1d 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -45,6 +45,9 @@ Host bastion1.local Host pandora.unbl.ink User root +Host *.local + StrictHostKeyChecking no + # Bare metal hosts Host daphnis.local User powellc