From 1a149383826f7b166059c447686bb8c0aaf3c99c Mon Sep 17 00:00:00 2001 From: Lewis Date: Thu, 5 Feb 2026 02:05:44 +0530 Subject: [PATCH] Update style path in swayosd config (#4502) --- config/swayosd/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/swayosd/config.toml b/config/swayosd/config.toml index 598c1f22..759cbe1f 100644 --- a/config/swayosd/config.toml +++ b/config/swayosd/config.toml @@ -1,4 +1,4 @@ [server] show_percentage = true max_volume = 100 -style = "./style.css" +style = "~/.config/swayosd/style.css"