Package Details: styli.sh-git r114.9535177-1

Git Clone URL: https://aur.archlinux.org/styli.sh-git.git (read-only, click to copy)
Package Base: styli.sh-git
Description: wallpaper switching made easy
Upstream URL: https://github.com/thevinter/styli.sh
Licenses: GPL
Conflicts: styli.sh
Provides: styli.sh
Submitter: nobodyinperson
Maintainer: nobodyinperson
Last Packager: nobodyinperson
Votes: 1
Popularity: 0.000000
First Submitted: 2021-11-06 21:17 (UTC)
Last Updated: 2022-10-07 12:35 (UTC)

Dependencies (10)

Required by (0)

Sources (3)

Pinned Comments

nobodyinperson commented on 2021-11-06 22:02 (UTC) (edited on 2021-11-06 22:06 (UTC) by nobodyinperson)

This package includes a systemd user service and timer. Enable it via:

# Edit the service flags
systemctl --user edit styli.sh.service
# Add this to select 'landscape'-tagged wallpapers on an XFCE desktop
#
# [Service]
# Environment="STYLISH_FLAGS=-x -w 2560 -h 1600 -s landscape"
# 

# Edit the timer
systemctl --user edit styli.sh.timer
# Add this for a wallpaper update every 15 minutes
#
# [Timer]
# OnCalendar=*-*-* *:*/15:00

# Start and enable the timer
systemctl --user enable --now styli.sh.timer

Latest Comments

nobodyinperson commented on 2022-10-07 12:35 (UTC)

@Busyvar: Indeed, it seems I completely forgot adding any dependency at all. I added feh to optdepends though as it is not a hard dependency for everyone.

Busyvar commented on 2022-10-07 12:25 (UTC)

wget and feh shall be considered as dependencies.

nobodyinperson commented on 2021-11-06 22:02 (UTC) (edited on 2021-11-06 22:06 (UTC) by nobodyinperson)

This package includes a systemd user service and timer. Enable it via:

# Edit the service flags
systemctl --user edit styli.sh.service
# Add this to select 'landscape'-tagged wallpapers on an XFCE desktop
#
# [Service]
# Environment="STYLISH_FLAGS=-x -w 2560 -h 1600 -s landscape"
# 

# Edit the timer
systemctl --user edit styli.sh.timer
# Add this for a wallpaper update every 15 minutes
#
# [Timer]
# OnCalendar=*-*-* *:*/15:00

# Start and enable the timer
systemctl --user enable --now styli.sh.timer