This commit is contained in:
Sakooooo 2025-01-10 11:57:36 +04:00
parent 41ab2d3918
commit 75b1cf12e7
Signed by: sako
GPG key ID: 3FD715D87D7725E0
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,7 @@
import QtQuick
import Quickshell.Services.UPower
Item {
id: battery
}

View file

@ -71,6 +71,8 @@ ShellRoot {
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
spacing: 5 spacing: 5
Battery { }
Text { Text {
color: "#FFFFFF" color: "#FFFFFF"
text: "Right" text: "Right"