diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-19 19:00:07 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-19 19:00:07 +1100 |
| commit | 611f2c766fbd916c758727e9899957df2339af8b (patch) | |
| tree | 5483ea26408e1cf273768a028996a49228aae88a /app.tsx | |
| parent | launcher: reload subcommand (diff) | |
| download | caelestia-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.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 />; |