Commit Graph

15 Commits

Author SHA1 Message Date
Timofey Gelazoniya 8577920504
refactor: abstract debug console logic and migrate to parking_lot
- Added dependency parking_lot to Cargo.toml configuration.
- Added a DebugConsole struct to manage and toggle the visibility of a debug console window.
2024-09-10 00:19:15 +03:00
Timofey Gelazoniya fc7dd809fe
fix: update console window handling 2024-09-09 23:51:33 +03:00
Timofey Gelazoniya 805ba16c2c
refactor: imports 2024-09-06 04:21:29 +03:00
Timofey Gelazoniya d9f92c97f4
revert cpu usage optimizations due some errors
This reverts commits 46af703 and 9866802
2024-09-06 04:18:53 +03:00
Timofey Gelazoniya 2c8e4da552
docs: update support statement for Linux compatibility 2024-09-06 03:02:08 +03:00
Timofey Gelazoniya 42c3278f82
chore: update todo list, add imports
- use std::time::{Duration, Instant} for convenience
2024-09-06 02:50:05 +03:00
Timofey Gelazoniya 46af703f1d
chore: bump version (v0.2.2) 2024-09-06 02:36:33 +03:00
Timofey Gelazoniya 9866802f91
refactor: reduce CPU usage 2024-09-06 02:32:16 +03:00
Timofey Gelazoniya 7138c941d9
chore: bump version (v0.2.1) 2024-09-06 02:08:59 +03:00
Timofey Gelazoniya 0a4c10de34
refactor: improve tray icon/menu implementation. 2024-09-06 02:06:53 +03:00
Timofey Gelazoniya 559b0e843c
feat: add console window toggling 2024-09-06 01:55:10 +03:00
Timofey Gelazoniya 58d139d156
chore: update build instructions 2024-09-04 12:39:00 +03:00
Timofey Gelazoniya 75b70514e1
feature: tray applet 2024-09-04 01:46:04 +03:00
Timofey Gelazoniya 14c87b57c8
refactor: abstract check battery locgic into mod 2024-08-29 20:30:42 +03:00
Timofey Gelazoniya e25e4df3cf
init 2024-08-27 21:08:03 +03:00