From 75b1cf12e7dd992a88e40a9de04d2cc9b25f4e21 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:57:36 +0400 Subject: [PATCH] battery --- config/quickshell/Battery.qml | 7 +++++++ config/quickshell/shell.qml | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 config/quickshell/Battery.qml diff --git a/config/quickshell/Battery.qml b/config/quickshell/Battery.qml new file mode 100644 index 00000000..eb5a764e --- /dev/null +++ b/config/quickshell/Battery.qml @@ -0,0 +1,7 @@ +import QtQuick +import Quickshell.Services.UPower + +Item { + id: battery + +} diff --git a/config/quickshell/shell.qml b/config/quickshell/shell.qml index e692a312..8edd4318 100644 --- a/config/quickshell/shell.qml +++ b/config/quickshell/shell.qml @@ -71,6 +71,8 @@ ShellRoot { anchors.bottom: parent.bottom spacing: 5 + Battery { } + Text { color: "#FFFFFF" text: "Right"