瀏覽代碼

[all] Clean up some shit

Colin Powell 3 年之前
父節點
當前提交
25fb0c69c1

+ 6 - 6
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"

二進制
bin/.bin/zls


+ 1 - 0
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

+ 0 - 1
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

+ 4 - 0
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

+ 3 - 0
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

+ 4 - 4
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"

+ 3 - 0
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