progress save

This commit is contained in:
kossLAN 2025-07-11 13:39:16 -04:00
parent e359e006c7
commit 41ccd5c460
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
9 changed files with 164 additions and 287 deletions

View file

@ -2,7 +2,7 @@ import QtQuick
import QtQuick.Layouts
import Quickshell
import "power"
import "volume"
// import "volume"
import "systray" as SysTray
import "popups" as Popup
import "../widgets" as Widgets
@ -72,14 +72,14 @@ PanelWindow {
Layout.fillHeight: true
}
VolumeIndicator {
id: volumeIndicator
popup: root.popup
Layout.preferredWidth: this.height
Layout.fillHeight: true
Layout.topMargin: 2
Layout.bottomMargin: 2
}
// VolumeIndicator {
// id: volumeIndicator
// popup: root.popup
// Layout.preferredWidth: this.height
// Layout.fillHeight: true
// Layout.topMargin: 2
// Layout.bottomMargin: 2
// }
BatteryIndicator {
id: batteryIndicator