diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-13 15:37:49 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-13 15:37:49 -0200 |
| commit | 454c6e3c77b3db507ee81875219089047fc2d5a3 (patch) | |
| tree | 34ea351902ddd6094bc0a96a65b4bc07e9ee83d8 /misc/xcamp | |
| download | scripts-454c6e3c77b3db507ee81875219089047fc2d5a3.tar.gz scripts-454c6e3c77b3db507ee81875219089047fc2d5a3.tar.bz2 | |
Initial import
Diffstat (limited to 'misc/xcamp')
| -rwxr-xr-x | misc/xcamp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/misc/xcamp b/misc/xcamp new file mode 100755 index 0000000..6ae9fd2 --- /dev/null +++ b/misc/xcamp @@ -0,0 +1,17 @@ +#!/bin/bash +# +# xcamp: wrapper for camp console music player +# + +# Set possible geometries +BOTTOM_LEFT="75x20+10+410" +BOTTOM_RIGHT="75x20+415+410" +TOP_LEFT="75x20+10+5" +TOP_RIGHT="75x20+415+5" +TOP_RIGHT_2="500+420" +TOP_RIGHT_3="500+385" + +# Set default geometry +GEOMETRY="$TOP_RIGHT_3" + +Eterm --trans -F VGA --scrollbar 0 --buttonbar 0 --borderless -g $GEOMETRY -e camp |
