Commit Graph

210 Commits

Author SHA1 Message Date
Roman
0a34960764 Fixing cache failure issue
This addresses issue #96
2024-11-11 02:07:58 +09:00
Roman
c0dfcd105f Adding the error if preview could not be generated 2024-11-06 14:08:41 +09:00
Roman
48082bebbc Fixing mp4 error
This should address issue #93
2024-11-06 13:57:41 +09:00
Roman
2c816f3b07 Fixing saving and random implementation
This addresses the issue #89
Now the the save() just saves the current config, while attribution
happens only if necessary, so that random changes wallpaper for monitors
specified in config and not to All.
2024-10-31 15:38:48 +09:00
Roman
a7c762f6b6 Fixing typing issue
Address error in #88
2024-10-31 13:58:04 +09:00
Roman
160e88e532
Merge pull request #90 from darth62969/main
Fixed Issue with CMD Support for Multi-Monitor using state files.
2024-10-23 07:29:06 +09:00
TheWired
ab21831dde Fixed Issue with CMD Support for Multi-Monitor using state files. 2024-10-22 13:06:05 -04:00
Roman
020cd50f7b
Merge pull request #87 from CalfMoon/main
Update README.md
2024-10-19 17:26:24 +09:00
Kritagya Bhattarai (CalfMoon)
40c23b245b Update README 2024-10-19 13:33:57 +05:45
Roman
70473ee152
Merge pull request #86 from CalfMoon/main
Improve multi-monitor support
2024-10-19 10:14:50 +09:00
Kritagya Bhattarai (CalfMoon)
accd312f37 feat: add condition to monitor display option 2024-10-18 16:45:25 +05:45
Kritagya Bhattarai (CalfMoon)
de674d772e feat: enable multi-monitor for swaybg and mpvpaper 2024-10-18 16:44:35 +05:45
Roman
4733dd3ec1 Correction of monitor detection 2024-10-18 17:30:49 +09:00
Roman
f4d268b905 Reimplementing monitor detection
Now, all monitor detection happens with sceeninfo
2024-10-18 17:28:52 +09:00
Roman
8bf2ced1a9 Merge branch 'CalfMoon-mpvpaper' 2024-10-18 16:08:45 +09:00
Kritagya Bhattarai (CalfMoon)
3cbed9db35 refactor: move import cv2 statement into function 2024-10-15 21:27:08 +05:45
Kritagya Bhattarai (CalfMoon)
968469d269 fix: add opencv as requirement
probably should have done this earlier but i didn't know if it was
necessary
2024-10-13 11:46:13 +05:45
Kritagya Bhattarai (CalfMoon)
cf9eb4b4cd doc: add mpvpaper to README 2024-10-13 10:54:54 +05:45
Kritagya Bhattarai (CalfMoon)
f924346097 feat: add background color option 2024-10-12 22:19:19 +05:45
Kritagya Bhattarai (CalfMoon)
e365841470 feat: add fill options 2024-10-12 22:05:33 +05:45
Kritagya Bhattarai (CalfMoon)
960c86423b feat: add condition for mpvpaper backend 2024-10-12 21:53:59 +05:45
Kritagya Bhattarai (CalfMoon)
a3cc58739f fix: add . to extension list 2024-10-12 19:37:58 +05:45
Kritagya Bhattarai (CalfMoon)
1b282788f7 feat: add mpvpaper as backend option 2024-10-12 19:30:32 +05:45
Kritagya Bhattarai (CalfMoon)
692000518e feat: add function call for video extensions 2024-10-12 17:25:47 +05:45
Kritagya Bhattarai (CalfMoon)
5e9edb34d7 feat: add function to read video frame 2024-10-12 16:18:56 +05:45
Roman
46612c2f06
Merge pull request #83 from CalfMoon/no_repeat
feature: don't repeat random selection
2024-10-11 15:35:27 +09:00
Kritagya Bhattarai (CalfMoon)
bae75d79c3 refactor: give except case only to KeyError 2024-10-08 20:31:57 +05:45
Kritagya Bhattarai (CalfMoon)
65c2cc3940 feat: add comments 2024-10-08 19:58:48 +05:45
Kritagya Bhattarai (CalfMoon)
4e5becd357 feat: store used images in a file 2024-10-08 18:07:30 +05:45
Kritagya Bhattarai (CalfMoon)
368b379a94 fix: argument error 2024-10-08 17:16:15 +05:45
Kritagya Bhattarai (CalfMoon)
ec728265f0 fix: use json insted of ini
this is because ini doesn't support array
2024-10-08 17:14:31 +05:45
Kritagya Bhattarai (CalfMoon)
31a2f85827 feat: add used_wallpaper section to cache file 2024-10-07 21:39:22 +05:45
Kritagya Bhattarai (CalfMoon)
d14a866394 feat: add cache_dir argument to get_random_file() 2024-10-07 20:39:14 +05:45
Roman
49b496eb8e
Merge pull request #81 from rogeraird/main
Fix link to hyprpaper being called swaybg
2024-09-24 19:15:56 +09:00
Roger Aird
bfa9d234d8 Fix link to hyprpaper being called swaybg 2024-09-24 10:14:15 +01:00
Roman
6062f5341a
Merge pull request #80 from NGSpace/patch-1
Remove extra 'a' in wayapaper
2024-09-19 10:03:32 +09:00
NGSpace
56bbb06790
Remove extra 'a' in wayapaper
In the Fedora install section it says "wayapaper" instead of "waypaper"
2024-09-18 19:18:00 +03:00
Roman
ed3e816bd9 Updating version 2024-09-01 13:47:40 +09:00
Roman
62283348b4 Updating readme 2024-09-01 13:41:31 +09:00
Roman
75a8832f05
Merge pull request #71 from PhilippHeuer/feat/override-folder-and-state
feat: add folder cli arg, move app state into separate file
2024-09-01 13:32:43 +09:00
Philipp Heuer
9450456283
chore: align pr with latest changes from main 2024-08-28 23:27:01 +02:00
Roman
4164c07294
Merge branch 'main' into feat/override-folder-and-state 2024-08-27 16:47:57 +09:00
Roman
056b25bef5
Merge pull request #74 from Prepodobnuy/belarusian-language-support
Belarusian language support
2024-08-27 15:49:33 +09:00
Roman
33eff926eb
Merge branch 'main' into belarusian-language-support 2024-08-27 15:49:17 +09:00
Roman
87e6f9c650
Merge pull request #76 from enticedwanderer/fix-config-serialization
Remove mixed use of Path/strings for file/folder locations from config
2024-08-27 15:30:49 +09:00
Roman
fb1c51a464
Merge pull request #75 from Astrono5/fix/spanish_translation
Fix/spanish translation
2024-08-27 15:24:30 +09:00
alex
74c95fe550
Remove mixed use of Path/strings for file/folder locations from config.
Fix minor issues with typing.
Ensure all calling points work with Paths when accessing config.
Ensure serialization is with plain strings.
2024-08-27 01:26:02 -04:00
Astrono5
1ebb2a369a I forgot to add a word 2024-08-26 19:40:07 -04:00
Astrono5
8fc78f9f78 Fixed typos and grammar for spanish translation 2024-08-26 19:36:02 -04:00
prepodobnuy
ee4b734d5e added belurusian language support 2024-08-27 01:09:09 +03:00