From f2945d0715fd9999805660e326e5eb848d8596ce Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:14:22 +1100 Subject: osds: config show value --- config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.ts') diff --git a/config.ts b/config.ts index 597a9f7..3c22905 100644 --- a/config.ts +++ b/config.ts @@ -28,11 +28,13 @@ export const osds = { position: Astal.WindowAnchor.RIGHT, margin: 20, hideDelay: 1500, + showValue: true, }, brightness: { position: Astal.WindowAnchor.LEFT, margin: 20, hideDelay: 1500, + showValue: true, }, }; -- cgit v1.2.3-freya