change import script

Signed-off-by: Hadi <hadi@example.fr>
This commit is contained in:
Hadi
2026-08-17 14:14:01 +02:00
parent 2affa2a8ec
commit 6a2adfb338
6 changed files with 31 additions and 29 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{
config,
pkgs,
osdPath,
networkScript,
bluetoothScript,
caffeineToggleScript,
@@ -76,7 +77,7 @@ in {
};
"custom/osd" = {
exec = "cat /tmp/waybar-osd";
exec = "cat ${osdPath}";
exec-if = "${osdStatusScript}/bin/waybar-osd-status";
signal = 8;
interval = 1;