mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-05 06:59:50 -05:00
feat: screenshot tool
This commit is contained in:
parent
de23a67917
commit
6f39dae2ea
8 changed files with 343 additions and 17 deletions
24
bar/Bar.qml
24
bar/Bar.qml
|
|
@ -78,18 +78,18 @@ PanelWindow {
|
|||
// bar: root
|
||||
// }
|
||||
|
||||
Text {
|
||||
text: "home"
|
||||
color: "white"
|
||||
font.family: "Material Symbols Rounded"
|
||||
renderType: Text.NativeRendering
|
||||
textFormat: Text.PlainText
|
||||
font.pointSize: 14
|
||||
|
||||
font.variableAxes: {
|
||||
"FILL": 0
|
||||
}
|
||||
}
|
||||
// Text {
|
||||
// text: "home"
|
||||
// color: "white"
|
||||
// font.family: "Material Symbols Rounded"
|
||||
// renderType: Text.NativeRendering
|
||||
// textFormat: Text.PlainText
|
||||
// font.pointSize: 14
|
||||
//
|
||||
// font.variableAxes: {
|
||||
// "FILL": 0
|
||||
// }
|
||||
// }
|
||||
|
||||
BatteryIndicator {
|
||||
id: batteryIndicator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue