summaryrefslogtreecommitdiff
path: root/config.ts
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 20:58:01 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-15 20:58:01 +1100
commit751ad07e151f0abfd111c4d800d172f726ffa33c (patch)
tree84c2d1485ecb6dea6c02d67bf5302d7d90e69ce6 /config.ts
parentlauncher: math derive short form + help (diff)
downloadcaelestia-shell-751ad07e151f0abfd111c4d800d172f726ffa33c.tar.gz
caelestia-shell-751ad07e151f0abfd111c4d800d172f726ffa33c.tar.bz2
caelestia-shell-751ad07e151f0abfd111c4d800d172f726ffa33c.zip
brightness and volume osds
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.ts b/config.ts
index 39f0b58..597a9f7 100644
--- a/config.ts
+++ b/config.ts
@@ -1,3 +1,5 @@
+import { Astal } from "astal/gtk3";
+
// Modules
export const bar = {
wsPerGroup: 10,
@@ -21,6 +23,19 @@ export const notifpopups = {
expire: false,
};
+export const osds = {
+ volume: {
+ position: Astal.WindowAnchor.RIGHT,
+ margin: 20,
+ hideDelay: 1500,
+ },
+ brightness: {
+ position: Astal.WindowAnchor.LEFT,
+ margin: 20,
+ hideDelay: 1500,
+ },
+};
+
// Services
export const updates = {
interval: 900000,