diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index e9d72bf..d1fbc33 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -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