2019-06-15 03:18:09 +00:00
|
|
|
# GWinWrap
|
|
|
|
GWinWrap is a Gtk with Python gui to select videos for XWinWrap, images for Nitrogen Wallpaper Manager, and gifs for Gifsicle.
|
|
|
|
It includes the XWinWrap binary and source code for Shantanu Goel's version of XWinWrap.
|
2019-05-05 09:07:46 +00:00
|
|
|
|
|
|
|
# Notes
|
2020-10-17 18:40:54 +00:00
|
|
|
* Need python 2+
|
|
|
|
* When you first run the application and save settings for a screen, you need to chmod 744 the new file(s) in your $HOME directory.
|
|
|
|
* A settings file per screen is generated.
|
|
|
|
|
2019-06-15 03:18:09 +00:00
|
|
|
|
|
|
|
# Images
|
|
|
|
![1 Default view starting out. ](images/pic1.png)
|
|
|
|
![2 Video thumbnails in image grid. Path to directory highlighted purple. ](images/pic2.png)
|
|
|
|
![3 Image thumbnails in image grid. ](images/pic3.png)
|
|
|
|
![4 Image in preview popup. ](images/pic4.png)
|
|
|
|
![5 Xscreensaver preview running. ](images/pic5.png)
|
|
|
|
![6 Settings window poped open. ](images/pic6.png)
|
|
|
|
|
|
|
|
# TODO
|
2020-10-17 18:40:54 +00:00
|
|
|
* Better/automatic screen detection.
|
|
|
|
* Run chmod against newly created launch scripts.
|
|
|
|
|
2019-05-05 09:07:46 +00:00
|
|
|
|
|
|
|
# Credit
|
2019-06-15 03:18:09 +00:00
|
|
|
GWinWrap python and glade by: Maxim Stewart -- https://www.itdominator.com/
|
2019-05-05 09:07:46 +00:00
|
|
|
<br/>
|
2019-06-15 03:18:09 +00:00
|
|
|
XWinWrap binary by: Shantanu Goel -- http://tech.shantanugoel.com
|