New backup 2024-10-29 17:00:02
This commit is contained in:
parent
c935861ea3
commit
4f570fe381
2 changed files with 10 additions and 1 deletions
9
de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links
Executable file
9
de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links
Executable 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'
|
|
@ -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} )
|
||||
|
|
Loading…
Add table
Reference in a new issue