From 4f570fe381543e3a626a1cb015c64a54d52fecac Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 29 Oct 2024 17:00:02 -0700 Subject: [PATCH] New backup 2024-10-29 17:00:02 --- .../sway-profiles/profiles/3/shortcuts/lanecc_links | 9 +++++++++ de/home/.local/bin/randomrat | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100755 de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links diff --git a/de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links b/de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links new file mode 100755 index 0000000..e9a2fc8 --- /dev/null +++ b/de/home/.config/sway-profiles/profiles/3/shortcuts/lanecc_links @@ -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' diff --git a/de/home/.local/bin/randomrat b/de/home/.local/bin/randomrat index b5c59bc..3fd8e1d 100755 --- a/de/home/.local/bin/randomrat +++ b/de/home/.local/bin/randomrat @@ -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} )