diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 20:58:01 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 20:58:01 +1100 |
| commit | 751ad07e151f0abfd111c4d800d172f726ffa33c (patch) | |
| tree | 84c2d1485ecb6dea6c02d67bf5302d7d90e69ce6 /config.ts | |
| parent | launcher: math derive short form + help (diff) | |
| download | caelestia-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.ts | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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, |