New backup 2025-03-18 15:00:02
This commit is contained in:
parent
8d66b47c90
commit
39eb870b2c
2 changed files with 2 additions and 2 deletions
|
@ -4,5 +4,5 @@ img_dir="${HOME}/Pictures/Phone/Albums/Rattos/"
|
||||||
img_list=$( find "${img_dir}" -iname '*.jpg' -or -iname '*.png' -or -iname '*.heic')
|
img_list=$( find "${img_dir}" -iname '*.jpg' -or -iname '*.png' -or -iname '*.heic')
|
||||||
img=$( shuf -n 1 <<< ${img_list} )
|
img=$( shuf -n 1 <<< ${img_list} )
|
||||||
mkdir -p "${HOME}/.cache/eww/"
|
mkdir -p "${HOME}/.cache/eww/"
|
||||||
convert "${img}" -resize x400\> "${HOME}/.cache/eww/rat.jpg"
|
convert "${img}" -resize x300\> "${HOME}/.cache/eww/rat.jpg"
|
||||||
echo "${HOME}/.cache/eww/rat.jpg"
|
echo "${HOME}/.cache/eww/rat.jpg"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
librewolf -P Penelope "http://printer-hp-dj3630/"
|
librewolf-profile Penelope "http://printer-hp-dj3630/"
|
||||||
|
|
Loading…
Add table
Reference in a new issue