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