fix: adjust for laptops' needs

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2024-02-28 06:48:35 -03:00
parent 392a94a4ec
commit 428cc395c9
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
7 changed files with 24 additions and 120 deletions

View file

@ -2,5 +2,5 @@
FILE_PATH="/mnt/internal/personal/screenshots/$(date +'%Y-%m-%d_%H-%M-%S').png"
grim -t png -o DP-2 $FILE_PATH
grim -t png -o eDP-1 $FILE_PATH
wl-copy <$FILE_PATH

View file

@ -8,15 +8,11 @@ waybar &
#
## Start wallpaper daemon and set one.
#
OUTPUT_1="DP-2"
IMAGE_1="/mnt/internal/personal/wallpapers/wallhaven-g71xoe.jpg"
OUTPUT_2="DP-3"
IMAGE_2="/mnt/internal/personal/wallpapers/wallhaven-3zjexv.jpg"
OUTPUT_1="eDP-1"
IMAGE_1="~/Pictures/wallhaven-x6p3y3.jpg"
function load_wallpapers() {
swww img -t any --transition-bezier 0.0,0.0,1.0,1.0 --transition-duration .8 --transition-step 255 --transition-fps 60 -o $OUTPUT_1 $IMAGE_1;
swww img -t any --transition-bezier 0.0,0.0,1.0,1.0 --transition-duration .8 --transition-step 255 --transition-fps 60 -o $OUTPUT_2 $IMAGE_2
}
if ! swww query; then