summaryrefslogtreecommitdiff
path: root/runstatus.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runstatus.sh')
-rwxr-xr-xrunstatus.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/runstatus.sh b/runstatus.sh
index 0b73a7b..a7681f7 100755
--- a/runstatus.sh
+++ b/runstatus.sh
@@ -1,14 +1,16 @@
#!/bin/sh
+MAXRESX=1680
+
RES=$(xrandr --prop | sed "s/Screen 0:[^,]*, current \(.*\) x \(.*\),.*/\1,\2/g;te;d;:e")
RESX=${RES%%,*}
RESY=${RES##*,}
FONT="-misc-fixed-medium-r-normal--13-120-75-75-C-70-iso8859-1"
#FONT="-*-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-*-*"
-if [ $((RESX)) -gt 1920 ]
+if [ $((RESX)) -gt $((MAXRESX)) ]
then
- RESX=1920
+ RESX=$((MAXRESX))
fi
cd ~/sysstatus/