summaryrefslogtreecommitdiff
path: root/app.tsx
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-19 19:00:07 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-19 19:00:07 +1100
commit611f2c766fbd916c758727e9899957df2339af8b (patch)
tree5483ea26408e1cf273768a028996a49228aae88a /app.tsx
parentlauncher: reload subcommand (diff)
downloadcaelestia-shell-611f2c766fbd916c758727e9899957df2339af8b.tar.gz
caelestia-shell-611f2c766fbd916c758727e9899957df2339af8b.tar.bz2
caelestia-shell-611f2c766fbd916c758727e9899957df2339af8b.zip
session screen
Switch from wlogout
Diffstat (limited to 'app.tsx')
-rw-r--r--app.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/app.tsx b/app.tsx
index dee26b7..9eee9d5 100644
--- a/app.tsx
+++ b/app.tsx
@@ -5,6 +5,7 @@ import Launcher from "./src/modules/launcher";
import NotifPopups from "./src/modules/notifpopups";
import Osds from "./src/modules/osds";
import Popdowns from "./src/modules/popdowns";
+import Session from "./src/modules/session";
import Monitors from "./src/services/monitors";
import Players from "./src/services/players";
@@ -30,6 +31,7 @@ App.start({
<Launcher />;
<NotifPopups />;
<Osds />;
+ <Session />;
Monitors.get_default().forEach(m => <Bar monitor={m} />);
<Popdowns />;