Commit graph

17 commits

Author SHA1 Message Date
Vincent Bernat
01622fd884 wallpaper: don't create symlinks
This is useless.
2020-02-06 22:06:24 +01:00
Vincent Bernat
aaaebf3302 wallpaper: lower compression level
Otherwise, we use quite a lot of CPU to save the PNG image.
2020-02-06 22:04:14 +01:00
Vincent Bernat
ffeef58722 wallpaper: change default target name to .png
We are using PNG because i3lock is using PNG.
2020-02-06 22:00:58 +01:00
Vincent Bernat
ea3c1fd58b wallpaper: remove unused import 2020-02-06 21:59:29 +01:00
Vincent Bernat
67e6743445 wallpaper: don't take too many images
Otherwise, smaller ones will never get chosen. Dual screens one are
already favored.
2018-08-28 09:51:58 +02:00
Vincent Bernat
c3f44fb0c3 wallpaper: python3 compatibility 2018-08-05 22:37:42 +02:00
Vincent Bernat
197e5cdb1d wallpaper: favor bigger images 2018-08-02 23:21:36 +02:00
Vincent Bernat
2588551af0 wallpaper: handle wide wallpapers 2018-08-01 14:24:53 +02:00
Vincent Bernat
ebf43cbbc5 wallpaper: also provide symlinks to the used images
Useful if something want a random wallpaper.
2016-04-17 19:17:53 +02:00
Vincent Bernat
648c75cc9f wallpaper: save the wallpaper as a PNG image 2015-02-05 12:53:09 +01:00
Vincent Bernat
9b0995552b wallpaper: don't append root path twice
This works with absolute directories but not with relative ones.
2015-02-05 09:27:27 +01:00
Vincent Bernat
b205223f63 wallpaper: use a temporary file to save current wallpaper
Otherwise, other utilities (like i3lock) may get a corrupted image.
2015-02-05 09:26:17 +01:00
Vincent Bernat
30a6a9a4dc wallpaper: remove unused import 2015-02-05 09:17:45 +01:00
Vincent Bernat
0a7c7e3eb2 wallpaper: don't favor large images anymore
I have sorted my wallpapers and don't have low-res ones anymore.
2012-10-06 08:38:07 +02:00
Vincent Bernat
3dd614555a wallpaper: only display really used files 2012-10-04 00:47:56 +02:00
Vincent Bernat
95113f1927 wallpaper: log the files used to build the wallpaper 2012-07-16 15:06:13 +02:00
Vincent Bernat
c130561cb7 Initial commit. 2012-07-07 00:26:35 +02:00