summaryrefslogtreecommitdiffstats
path: root/py3status/modules/xrandr.py
diff options
context:
space:
mode:
Diffstat (limited to 'py3status/modules/xrandr.py')
-rw-r--r--py3status/modules/xrandr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/py3status/modules/xrandr.py b/py3status/modules/xrandr.py
index 2d3e757..4ddd856 100644
--- a/py3status/modules/xrandr.py
+++ b/py3status/modules/xrandr.py
@@ -75,7 +75,7 @@ class Py3status:
def _get_layout(self):
"""
- Get the current outputs layout from xrandr and try to detect the
+ Get the outputs layout from xrandr and try to detect the
currently active layout as best as we can on start.
"""
connected = list()
@@ -88,7 +88,7 @@ class Py3status:
}
)
- current = Popen(['xrandr', '--current'], stdout=PIPE)
+ current = Popen(['xrandr'], stdout=PIPE)
for line in current.stdout.readlines():
try:
# python3