aboutsummaryrefslogtreecommitdiffstats
path: root/home/quickshell/bar/blocks/Time.qml
blob: 5650fcb71f3941f68fe15a59c8b45128416f8b3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
import QtQuick
import "../"

BarBlock {
  id: text
  content: BarText {
    symbolText: ` ${Datetime.time}`
  }
}