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"