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

BarBlock {
  id: text
  content: BarText {
    symbolText: ` ${Datetime.date}`
  }
}