Commit graph

396 commits

Author SHA1 Message Date
Charles Milette
87a9e449cb Cleanup and reorganize platform specific stuff, use unlink for close on POSIX, fix ConEmu adapter 2018-08-03 23:16:51 -03:00
Charles Milette
b562a5c89a Fix file not found on feh adapter 2018-08-03 23:16:51 -03:00
Charles Milette
bd78b05b1d Python plz 2018-08-03 23:16:51 -03:00
Charles Milette
a7ca8fce04 Fix bad duplicate detection on POSIX platforms 2018-08-03 23:16:51 -03:00
Charles Milette
5469bbb53b Update pull request according to feedback 2018-08-03 23:16:51 -03:00
Charles Milette
5cdcb4391f Consistency fixes 2018-08-03 23:16:51 -03:00
Charles Milette
5edce4c2d7 Use abstract classes, add missing final newlines, add missing __init__.py, fix ternary 2018-08-03 23:16:51 -03:00
Charles Milette
0746e92b8d A few cleanups in the README 2018-08-03 23:16:51 -03:00
Charles Milette
e4c516f3d6 Fix dumb mistake 2018-08-03 23:16:51 -03:00
Charles Milette
55f649e80b Remove unnecesarry shell=True, clarify comment 2018-08-03 23:16:51 -03:00
Charles Milette
a6fd1e7774 Only iterate the number of times required to clear when Semaphore.value is available 2018-08-03 23:16:51 -03:00
Charles Milette
36b173b7c5 Add back old slideshow support 2018-08-03 23:16:51 -03:00
Charles Milette
b9b07ab329 Fix extra images in ConEmu 2018-08-03 23:16:51 -03:00
Charles Milette
1961b069f8 Fix unit tests on Windows (bad forward slashes assumptions) 2018-08-03 23:16:51 -03:00
Charles Milette
d9b003f6ea Fix bad indentation 2018-08-03 23:16:51 -03:00
Charles Milette
75ad5f7187 Add TODO barriers 2018-08-03 23:16:51 -03:00
Charles Milette
04a903abd0 Add win32 slideshow 2018-08-03 23:16:51 -03:00
Charles Milette
e0934b61dd Refactor slideshow, add Windows wallpaper changer, and improve consistency in adapter code 2018-08-03 23:16:51 -03:00
Charles Milette
3e378f770c Improve and standardize adapter code 2018-08-03 23:16:51 -03:00
jimmyorourke
9b4ed7a10d Include Openbox as supported wm in Readme 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
d1f8765de3 check linux system in feh.py. Remove check for windows on background option in main 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
92d8a5b06d s/&/and and no oxford comma 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
1ffa9c3692 use pathlib for PIPE_PATH 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
9eaa08b507 dont allow starting slideshow or setting wallpaper 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
d3e4d26378 update ReadMe 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
174b7c06a8 rm extraneous slash 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
245ed76692 fix conemu commands and image paths 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
b9824bc615 forgot include 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
bf4783ff6e os.expanduser for home dir 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
7255865640 conemu support 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
c08dcb2bf2 update number of pokemon and regions in setup.py 2018-07-17 07:15:19 -03:00
Jimmy O'Rourke
b32905f6fc replace pokemon and ichooseyou scripts with proper setuptools cross platform entrypoints 2018-07-17 07:15:19 -03:00
Charles Milette
35ef9d5a9a
Merge pull request #140 from ls4154/patch-1
Fix -c does not clear the background in Tilix
2018-02-01 07:58:48 -05:00
ls4154
3f29dd8423
Fix -c does not clear the background in Tilix 2018-02-01 13:52:08 +09:00
Charles Milette
9d36875616
Fix errors on iTerm and Tilix terminal adapters 2018-01-19 21:12:16 -05:00
Samuel Henrique
b304c7f357
Merge pull request #138 from LazoCoder/terminal-adapter
Implement automatic discovery of terminal adapters
2018-01-07 15:22:30 -02:00
Charles Milette
76f57062e6 Add unit tests for terminal adapters 2018-01-07 12:02:19 -05:00
Charles Milette
874696d9ff Change comment I forgot to change when copy-pasting 2018-01-06 20:27:23 -05:00
Charles Milette
191a99b3f4 Fix printing selection when multiple providers are available 2018-01-06 20:23:31 -05:00
Charles Milette
8a2be899c9 Use same case style than wallpaper provides, fix missing space in two messages 2018-01-06 20:14:06 -05:00
Charles Milette
71a341ca1c Implement automatic discovery of terminal adapters 2018-01-06 19:51:42 -05:00
Samuel Henrique
3312d54809
Merge pull request #137 from LazoCoder/feh
Add proper feh support
2018-01-06 20:39:09 -02:00
Charles Milette
39a7e35f5f Verify if using a compatible WM in FehProvider 2018-01-06 15:19:44 -05:00
Charles Milette
4578cbddbd Add proper feh support
This works on other WMs too, such as OpenBox
2018-01-03 12:02:56 -05:00
Samuel Henrique Oliveira da Silva
39df90abe5 Ortographic mistakes and minor changes to readme 2017-11-21 11:55:26 -02:00
Samuel Henrique Oliveira da Silva
70ff0a5221 Adds i3 (and hopefully derivates) support 2017-11-21 11:40:46 -02:00
Samuel Henrique
00aa3802ef
Merge pull request #130 from samosaara/desktop_adapters
Implements adapter pattern to wallpappers
2017-11-21 08:39:58 -02:00
Samuel Henrique Oliveira da Silva
a089e47adc Moves out of place print to inside verbose option 2017-11-21 08:19:46 -02:00
Samuel Henrique Oliveira da Silva
f6d97824a1 Elegant GNOME checking. 2017-11-20 09:01:36 -02:00
Samuel Henrique Oliveira da Silva
067ef6d169 Non-explosive gnome wallpaper adapter checking 2017-11-19 23:02:16 -02:00