diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:57:02 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:57:02 +0100 |
| commit | b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2 (patch) | |
| tree | 00620b1233219b876253b3e6715a8d062fa36573 /src/plugins/xdisplay.py | |
| parent | Update-email (diff) | |
| download | xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.gz xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.bz2 xpybar-b18d4acc015fb9ff66969ac95a4d8e78bdfa43e2.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/plugins/xdisplay.py')
| -rw-r--r-- | src/plugins/xdisplay.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/xdisplay.py b/src/plugins/xdisplay.py index 33f30aa..31fb191 100644 --- a/src/plugins/xdisplay.py +++ b/src/plugins/xdisplay.py @@ -61,4 +61,3 @@ class XDisplay: r = get_screen().root d = get_display() self.vt = r.get_full_property(d.get_atom('XFree86_VT'), Xlib.Xatom.INTEGER).value.decode('utf-8', 'replace')[0] - |
