diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-19 21:03:34 +0800 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-19 21:03:34 +0800 |
| commit | 35994f730803a34b67c741c3f21976c31da0e5cd (patch) | |
| tree | b97836dd641ea1efa379ba0adfb5ad880067741e /modules/bar/Bar.qml | |
| parent | dashboard: fix media cover art (diff) | |
| download | caelestia-shell-35994f730803a34b67c741c3f21976c31da0e5cd.tar.gz caelestia-shell-35994f730803a34b67c741c3f21976c31da0e5cd.tar.bz2 caelestia-shell-35994f730803a34b67c741c3f21976c31da0e5cd.zip | |
dashboard: resources
Diffstat (limited to 'modules/bar/Bar.qml')
| -rw-r--r-- | modules/bar/Bar.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/bar/Bar.qml b/modules/bar/Bar.qml index 6e61005..1fef083 100644 --- a/modules/bar/Bar.qml +++ b/modules/bar/Bar.qml @@ -1,5 +1,4 @@ import "root:/widgets" -import "root:/services" import "root:/config" import Quickshell import QtQuick @@ -27,7 +26,6 @@ Variants { win.anchors.bottom = true; else win.anchors.right = true; - console.log(Players.list); } Connections { |