diff --git a/de/home/.config/eww/scripts/widgets/randomrat b/de/home/.config/eww/scripts/widgets/randomrat index f59626b..af4c806 100755 --- a/de/home/.config/eww/scripts/widgets/randomrat +++ b/de/home/.config/eww/scripts/widgets/randomrat @@ -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=$( shuf -n 1 <<< ${img_list} ) 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" diff --git a/de/home/.config/sway-profiles/global-shortcuts/printer b/de/home/.config/sway-profiles/global-shortcuts/printer index c80a3ea..95d749e 100755 --- a/de/home/.config/sway-profiles/global-shortcuts/printer +++ b/de/home/.config/sway-profiles/global-shortcuts/printer @@ -1,3 +1,3 @@ #!/bin/bash -librewolf -P Penelope "http://printer-hp-dj3630/" +librewolf-profile Penelope "http://printer-hp-dj3630/"