From 53008538e5bef961e9ceb5abc5c5ee05a559e97d Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Thu, 15 Jan 2026 16:53:43 -0500 Subject: update qs config --- .config/quickshell/Brightness.qml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .config/quickshell/Brightness.qml (limited to '.config/quickshell/Brightness.qml') diff --git a/.config/quickshell/Brightness.qml b/.config/quickshell/Brightness.qml deleted file mode 100644 index 80a8d1f..0000000 --- a/.config/quickshell/Brightness.qml +++ /dev/null @@ -1,18 +0,0 @@ -pragma Singleton - -import Quickshell -import Quickshell.Io -import QtQuick - -Singleton { - id: root - property int brightness - - Process { - command: ["brightctl", "-l"] - running: true - stdout: SplitParser { - onRead: line => root.brightness = parseInt(line) - } - } -} -- cgit v1.2.3