New version number plus major layout changes. Cleaned logic too.

This commit is contained in:
2017-10-23 03:37:39 -05:00
parent 7d072f4954
commit 76e1eb74c7
46 changed files with 946 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/bash
function main() {
notify-send -u critical "You need to install ffmpegthumbnailer to have FXWinWrap work properly..."
xterm -e sudo apt install ffmpegthumbnailer
}
main;