Skip to content

Commit

Permalink
⚡ Update README.md and session-uptime environment check.
Browse files Browse the repository at this point in the history
  • Loading branch information
omegaui committed Feb 2, 2025
1 parent ae37058 commit d2b218e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

https://github.com/user-attachments/assets/8f6274f1-18b9-4f26-8694-257ce0428bbc

<!--suppress ALL -->
<div align="center">
<img src="assets/icons/nakime-256.png"/>
<p>Meet Nakime</p>
Expand Down
2 changes: 1 addition & 1 deletion lib/core/extras.dart
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ String getNaturalLanguageNameForDay(int day) {

Future<bool> isUptimeInstalled() async {
final result = await Process.run(
'uptime',
'session-uptime',
['--help'],
);
return result.exitCode == 0;
Expand Down

0 comments on commit d2b218e

Please sign in to comment.