[all] Clean up some shit
This commit is contained in:
@ -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"
|
||||
|
||||
BIN
bin/.bin/zls
Normal file
BIN
bin/.bin/zls
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user