battery
This commit is contained in:
parent
41ab2d3918
commit
75b1cf12e7
7
config/quickshell/Battery.qml
Normal file
7
config/quickshell/Battery.qml
Normal file
|
@ -0,0 +1,7 @@
|
|||
import QtQuick
|
||||
import Quickshell.Services.UPower
|
||||
|
||||
Item {
|
||||
id: battery
|
||||
|
||||
}
|
|
@ -71,6 +71,8 @@ ShellRoot {
|
|||
anchors.bottom: parent.bottom
|
||||
spacing: 5
|
||||
|
||||
Battery { }
|
||||
|
||||
Text {
|
||||
color: "#FFFFFF"
|
||||
text: "Right"
|
||||
|
|
Loading…
Reference in a new issue