Massive refactor (Zed wouldn't stop complaining about formatting) and

beginning of proper GNOME implementation.
This commit is contained in:
2026-08-15 23:56:17 +12:00
parent a4aa721a59
commit 19b7b89453
15 changed files with 346 additions and 148 deletions
@@ -1,6 +1,7 @@
import os
from ..abstracts import AbstractDisplay
import os
class Display(AbstractDisplay):
def get_modes(self):
@@ -11,4 +12,4 @@ class Display(AbstractDisplay):
@staticmethod
def detect():
return "plasma" in os.environ.get("XDG_CURRENT_DESKTOP", "").lower()
return "plasma" in os.environ.get("XDG_CURRENT_DESKTOP", "").lower()