summaryrefslogtreecommitdiff
path: root/runstatus.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runstatus.sh')
-rwxr-xr-xrunstatus.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runstatus.sh b/runstatus.sh
index a7681f7..c279115 100755
--- a/runstatus.sh
+++ b/runstatus.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-MAXRESX=1680
+MAXRESX=1920
RES=$(xrandr --prop | sed "s/Screen 0:[^,]*, current \(.*\) x \(.*\),.*/\1,\2/g;te;d;:e")
RESX=${RES%%,*}