From 751ad07e151f0abfd111c4d800d172f726ffa33c Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 20:58:01 +1100 Subject: brightness and volume osds --- config.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config.ts') 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, -- cgit v1.2.3-freya