diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 18:58:29 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-12 18:58:29 +1000 |
| commit | 22a99154b786250260a60be9d95e27411c1dbd93 (patch) | |
| tree | 8556400a3c6a07972c66721f088ddc53d78d36d9 /modules/bar/Bar.qml | |
| parent | notifs: fix crash (diff) | |
| download | caelestia-shell-22a99154b786250260a60be9d95e27411c1dbd93.tar.gz caelestia-shell-22a99154b786250260a60be9d95e27411c1dbd93.tar.bz2 caelestia-shell-22a99154b786250260a60be9d95e27411c1dbd93.zip | |
bar: temp import players so ipc works
Diffstat (limited to 'modules/bar/Bar.qml')
| -rw-r--r-- | modules/bar/Bar.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index f85d0b2..8cf01c4 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -1,4 +1,5 @@ import "root:/widgets" +import "root:/services" import "root:/config" import Quickshell import QtQuick @@ -26,6 +27,7 @@ Variants { win.anchors.bottom = true; else win.anchors.right = true; + console.log(Players.list); } Connections { |