diff options
Diffstat (limited to 'examples/gtk4/simple-bar/js/src/main.in.sh')
-rwxr-xr-x | examples/gtk4/simple-bar/js/src/main.in.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/gtk4/simple-bar/js/src/main.in.sh b/examples/gtk4/simple-bar/js/src/main.in.sh new file mode 100755 index 0000000..32a0326 --- /dev/null +++ b/examples/gtk4/simple-bar/js/src/main.in.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +LD_PRELOAD="@LAYER_SHELL_PREFIX@/lib/libgtk4-layer-shell.so" "@INDEX@" |