[all] Clean up some shit

This commit is contained in:
2022-05-03 16:58:21 -04:00
parent 90715601e9
commit 25fb0c69c1
8 changed files with 21 additions and 11 deletions

View File

@ -12,7 +12,7 @@ export XAUTHORITY=/home/powellc/.Xauthority
if [ -n "$1" ]; then if [ -n "$1" ]; then
SOURCE=$1 SOURCE=$1
else else
SOURCE='astrobin' SOURCE='bing'
fi fi
# Choices: astrobin,natgeo,nasa,unsplash,bing # Choices: astrobin,natgeo,nasa,unsplash,bing
@ -21,7 +21,7 @@ SEARX_BASEDIR="$HOME/var/media/backgrounds/bing"
# Get daily NatGeo POTD # Get daily NatGeo POTD
#python3 ~/.bin/get_natgeo_potd.py #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_unsplash_potd.py
python3 ~/.bin/get_bing_potd.py python3 ~/.bin/get_bing_potd.py
@ -32,10 +32,10 @@ echo "Setting desktop background"
feh --bg-fill $BASEDIR/$date.jpg feh --bg-fill $BASEDIR/$date.jpg
#link slim background to new image #link slim background to new image
SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg #SLIM_BG_FILE=/usr/share/slim/themes/default/background.jpg
echo "Setting Slim background image" #echo "Setting Slim background image"
rm $SLIM_BG_FILE #rm $SLIM_BG_FILE
cp $BASEDIR/$date.jpg $SLIM_BG_FILE #cp $BASEDIR/$date.jpg $SLIM_BG_FILE
#SEARX_BG_FILE=/usr/local/src/searx/searx/static/themes/oscar/img/bg.jpg #SEARX_BG_FILE=/usr/local/src/searx/searx/static/themes/oscar/img/bg.jpg
#echo "Setting Searx background image" #echo "Setting Searx background image"

BIN
bin/.bin/zls Normal file

Binary file not shown.

View File

@ -3,6 +3,7 @@ if status is-interactive
set -gx PATH ~/.asdf/installs/rust/latest/bin $PATH set -gx PATH ~/.asdf/installs/rust/latest/bin $PATH
set -gx PATH ~/.cargo/bin $PATH set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.bin $PATH set -gx PATH ~/.bin $PATH
set -gx PATH ~/.poetry/bin $PATH
set -gx PATH ~/.screenlayout $PATH set -gx PATH ~/.screenlayout $PATH
set -gx PATH ~/.emacs.d/bin $PATH set -gx PATH ~/.emacs.d/bin $PATH
set -gx GIT_CU_DIR ~/src set -gx GIT_CU_DIR ~/src

View File

@ -2,4 +2,3 @@ file:///home/powellc/var/inbox
file:///home/powellc/var file:///home/powellc/var
file:///home/powellc/src file:///home/powellc/src
file:///home/powellc/tmp file:///home/powellc/tmp
file:///media/photos/webcams/weather

View File

@ -13,6 +13,7 @@ settings:
content.geolocation: content.geolocation:
https://app.zestful.com: true https://app.zestful.com: true
https://box.unbl.ink: true https://box.unbl.ink: true
https://www.docusign.net: true
https://www.rcplanet.com: false https://www.rcplanet.com: false
content.media.audio_capture: content.media.audio_capture:
https://15five.zoom.us: true https://15five.zoom.us: true
@ -34,8 +35,11 @@ settings:
https://15five.lightning.force.com: true https://15five.lightning.force.com: true
https://app.slack.com: true https://app.slack.com: true
https://askinglot.com: false https://askinglot.com: false
https://box.unbl.ink: true
https://jelly.unbl.ink: true https://jelly.unbl.ink: true
https://mailhog.unbl.ink: true https://mailhog.unbl.ink: true
https://mastodon.technology: true
https://mblog.unbl.ink: true
https://media.unbl.ink: true https://media.unbl.ink: true
content.register_protocol_handler: content.register_protocol_handler:
https://calendar.google.com?cid=%25s: true https://calendar.google.com?cid=%25s: true

View File

@ -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://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://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://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

View File

@ -3,10 +3,10 @@
; -------------------------------------------------------------------- ; --------------------------------------------------------------------
[main] [main]
inputFolder="/home/powellc/RetroPie/roms" inputFolder="/home/powellc/src/code.unbl.ink/secstate/emus/media/roms"
excludeFiles="*[BIOS]*" excludeFiles="*[BIOS]*"
gameListFolder="/home/powellc/RetroPie/roms" gameListFolder="/home/powellc/src/code.unbl.ink/secstate/emus/media/roms"
mediaFolder="/home/powellc/RetroPie/roms" mediaFolder="/home/powellc/src/code.unbl.ink/secstate/emus/media/roms"
cacheFolder="/home/powellc/.skyscraper/cache" cacheFolder="/home/powellc/.skyscraper/cache"
cacheResize="false" cacheResize="false"
jpgQuality="85" jpgQuality="85"
@ -23,7 +23,7 @@ forceFilename="true"
unattendSkip="true" unattendSkip="true"
[screenscraper] [screenscraper]
userCreds="secstate:pass' userCreds="secstate:a88elPG9PldlmlRLakN8EanHl"
[esgamelist] [esgamelist]
cacheRefresh="true" cacheRefresh="true"

View File

@ -45,6 +45,9 @@ Host bastion1.local
Host pandora.unbl.ink Host pandora.unbl.ink
User root User root
Host *.local
StrictHostKeyChecking no
# Bare metal hosts # Bare metal hosts
Host daphnis.local Host daphnis.local
User powellc User powellc