8 lines
80 B
QML
8 lines
80 B
QML
|
import QtQuick
|
||
|
import Quickshell.Services.UPower
|
||
|
|
||
|
Item {
|
||
|
id: battery
|
||
|
|
||
|
}
|