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 20:21:07 +0530
commitf73809fd04fbb62d24f8e55549c0871dad2cb653 (patch)
treeffae7617c0ea6f1581ef9f713c638467b1f22f57 /src/WatchLog.cs
parent3405b97815100248400df158dcede0ee21f20250 (diff)
downloadhypr-wellbeing-f73809fd04fbb62d24f8e55549c0871dad2cb653.zip
hypr-wellbeing-f73809fd04fbb62d24f8e55549c0871dad2cb653.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);