Some slight updates to handling hovering buttons and added alpha of network

This commit is contained in:
Hannes
2026-02-16 16:38:34 +01:00
parent d7da0d0883
commit dac2760b32
4 changed files with 41 additions and 3 deletions
+3 -1
View File
@@ -39,8 +39,9 @@ PanelWindow {
anchors.left: parent.left
anchors.leftMargin: 16
spacing: 8
MenuButton {}
// TODO: Add functionallity (Maybe just rofi or own way)
Workspaces {
thisMonitor: barThisMonitor
@@ -70,6 +71,7 @@ PanelWindow {
spacing: 8
// TODO: Add bluetooth, network, audio, power, maybe HW monitor
// Network {}
PowerButton {}
}