bar resource usage indicator

This commit is contained in:
end-4
2025-04-11 01:16:55 +02:00
parent ad63ae699f
commit 742ec413f3
8 changed files with 140 additions and 13 deletions
@@ -1,13 +1,11 @@
import QtQuick
import Quickshell
import Quickshell.Io
// with this line our type becomes a singleton
pragma Singleton
// your singletons should always have Singleton as the type
Singleton {
property string time: Qt.formatDateTime(clock.date, "hh:mm")
property string date: Qt.formatDateTime(clock.date, "dddd, dd/MM")
property string date: Qt.formatDateTime(clock.date, "dddd, dd/MM")
SystemClock {
id: clock