New backup 2024-10-29 17:00:02

This commit is contained in:
Penelope Gwen 2024-10-29 17:00:02 -07:00
parent c935861ea3
commit 4f570fe381
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
#swaymsg workspace number '39:'
sp-profiles Work
#firefox -P Work 'https://library.lanecc.edu/' \
'https://inside.lanecc.edu/sites/default/files/pg/map_2024_ltr.pdf' \
'https://lanecc.libcal.com/allspaces' \
'https://library.lanecc.edu/study-rooms#maps'

View file

@ -1,6 +1,6 @@
#!/bin/bash
img_dir="/home/pogmommy/Pictures/Phone/Rattos/"
img_dir="${HOME}/Pictures/Phone/Rattos/"
img_list=$( find "${img_dir}" -name "*.jpg" -or -name "*.heic" -or -name "*.png" -or -name "*.HEIC" -or -name "*.JPG" -or -name "*.PNG" )
img=$( shuf -n 1 <<< ${img_list} )