Added two new modules for displaying backdrops, fixed lib path(again), moved modules to subdirectory, and updated MODULES.md with useful info! ^^

This commit is contained in:
reddsik
2017-07-15 23:07:12 +02:00
parent a6b29a59ba
commit a6cbde4cd7
9 changed files with 56 additions and 17 deletions

6
Background_resize Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
if [ "$3" = "0x00000000" ]; then
display -window root $4 > /dev/null
else
display -window "$3" $4 > /dev/null
fi