updated TODOs
This commit is contained in:
@@ -5,8 +5,6 @@ import "./widgets"
|
|||||||
import "../../colors"
|
import "../../colors"
|
||||||
import "../../config"
|
import "../../config"
|
||||||
|
|
||||||
// TODO: interact with PyWal
|
|
||||||
|
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
id: panel
|
id: panel
|
||||||
|
|
||||||
@@ -46,13 +44,11 @@ PanelWindow {
|
|||||||
spacing: Math.floor(parent.height / 4)
|
spacing: Math.floor(parent.height / 4)
|
||||||
|
|
||||||
MenuButton {}
|
MenuButton {}
|
||||||
// TODO: Add functionallity (Maybe just rofi or own way)
|
|
||||||
|
|
||||||
Workspaces {
|
Workspaces {
|
||||||
thisMonitor: barThisMonitor
|
thisMonitor: barThisMonitor
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
}
|
}
|
||||||
// TODO: Maybe add current Apps in workspace
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -63,8 +59,6 @@ PanelWindow {
|
|||||||
|
|
||||||
Clock {}
|
Clock {}
|
||||||
|
|
||||||
// TODO: Add a way to see Date (maybe hover or click)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Row { // bar widgets right
|
Row { // bar widgets right
|
||||||
|
|||||||
Reference in New Issue
Block a user