kvosbur / SubRedditBackgroundImages

The idea behind this is to make a program that cycles through and sets your desktop background based off of popular wallpapers submitted to a subreddit of your choice.
0 stars 0 forks source link

Alter Desktop Background generation to account for Windows taskbar height. #26

Open kvosbur opened 4 years ago

kvosbur commented 4 years ago

As described right now the program is noticing the taskbar height as being visible when in fact it is not. Would help it look nicer if program noticed that this area is not viewable.

kvosbur commented 4 years ago

link on how to find working area so that taskbar can be ignored is here: https://pupli.net/2019/01/get-the-height-of-windows-taskbar-using-python/