aboutsummaryrefslogtreecommitdiff
path: root/src/WatchLog.cs
diff options
context:
space:
mode:
authorDemonKingSwarn <rockingswarn@gmail.com>2025-02-03 17:54:58 +0530
committerDemonKingSwarn <rockingswarn@gmail.com>2025-02-03 17:54:58 +0530
commitac70491939ab9dce5cce45c8c3403cd332736d98 (patch)
treeffae7617c0ea6f1581ef9f713c638467b1f22f57 /src/WatchLog.cs
parent3ec798d2e3c3985de185107f47b2de7632ab6c50 (diff)
downloadhypr-wellbeing-ac70491939ab9dce5cce45c8c3403cd332736d98.zip
hypr-wellbeing-ac70491939ab9dce5cce45c8c3403cd332736d98.tar.gz
chore: project rename `hyprwatch` -> `hypr-wellbeing`
Diffstat (limited to 'src/WatchLog.cs')
-rw-r--r--src/WatchLog.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WatchLog.cs b/src/WatchLog.cs
index 9191aa0..cb2aa7a 100644
--- a/src/WatchLog.cs
+++ b/src/WatchLog.cs
@@ -165,9 +165,10 @@ namespace hyprwatch.Logger
}
}
- Console.WriteLine(data);
+ //Console.WriteLine(data);
string activeWindow = GetWindows.ActiveWindow();
+ Console.WriteLine(activeWindow);
string usage = data.TryGetValue(activeWindow, out string? value) ? value : "00:00:00";
Thread.Sleep(1000);