summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/ActiveWindow.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-05 16:08:27 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-05 16:08:27 +1000
commita7e88854bb72dcde79edb618e6f7e9c7d891e8eb (patch)
tree128804ccf1c17f4f13365bd9fe1a2290ccf3c671 /modules/bar/popouts/ActiveWindow.qml
parentinternal: use plaintext format by default (diff)
downloadcaelestia-shell-a7e88854bb72dcde79edb618e6f7e9c7d891e8eb.tar.gz
caelestia-shell-a7e88854bb72dcde79edb618e6f7e9c7d891e8eb.tar.bz2
caelestia-shell-a7e88854bb72dcde79edb618e6f7e9c7d891e8eb.zip
feat: dashboard media player selector
Also raise and quit buttons
Diffstat (limited to 'modules/bar/popouts/ActiveWindow.qml')
-rw-r--r--modules/bar/popouts/ActiveWindow.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/bar/popouts/ActiveWindow.qml b/modules/bar/popouts/ActiveWindow.qml
index 820d7d4..2e3b5b5 100644
--- a/modules/bar/popouts/ActiveWindow.qml
+++ b/modules/bar/popouts/ActiveWindow.qml
@@ -2,7 +2,6 @@ import "root:/widgets"
import "root:/services"
import "root:/utils"
import "root:/config"
-import Quickshell
import Quickshell.Widgets
import Quickshell.Wayland
import QtQuick
@@ -28,7 +27,7 @@ Item {
id: icon
implicitSize: details.implicitHeight
- source: Icons.getAppIcon(Hyprland.activeClient?.wmClass ?? "")
+ source: Icons.getAppIcon(Hyprland.activeClient?.wmClass ?? "", "image-missing")
}
Column {