summaryrefslogtreecommitdiff
path: root/services/Visibilities.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-23 16:50:12 +0800
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-05-23 16:50:12 +0800
commit36f28f7c42957cd8728bf4fb7740be28d5b746cb (patch)
treed9e96075b456244d08ad2669fe5da1aba04e3a95 /services/Visibilities.qml
parentdashboard: shrink bongo cat so no overlap (diff)
downloadcaelestia-shell-36f28f7c42957cd8728bf4fb7740be28d5b746cb.tar.gz
caelestia-shell-36f28f7c42957cd8728bf4fb7740be28d5b746cb.tar.bz2
caelestia-shell-36f28f7c42957cd8728bf4fb7740be28d5b746cb.zip
bar: switch to embedded style
Diffstat (limited to 'services/Visibilities.qml')
-rw-r--r--services/Visibilities.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/Visibilities.qml b/services/Visibilities.qml
index 9b04118..5c3e21a 100644
--- a/services/Visibilities.qml
+++ b/services/Visibilities.qml
@@ -5,6 +5,8 @@ import Quickshell
Singleton {
property var screens: ({})
+ property var bar
+
function getForActive(): PersistentProperties {
return Object.entries(screens).find(s => s[0].slice(s[0].indexOf('"') + 1, s[0].lastIndexOf('"')) === Hyprland.focusedMonitor.name)[1];
}