aboutsummaryrefslogtreecommitdiff
path: root/src/WatchLog.cs
diff options
context:
space:
mode:
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);