1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-09 23:15:38 -05:00
Files
DankMaterialShell/Services
loner 4d2a65dc7e fix(uptime): replace 'uptime -p' with /proc/uptime parsing
On NixOS, the default `uptime` command from coreutils does not support
the `-p` option.
This replaces the previous `bash`-based solution with a call to
`/proc/uptime`,
and parses the result in JavaScript to produce a human-readable format
like:

    "up 1 day, 2 hours, 5 minutes"

This makes uptime reporting fully compatible with NixOS and more
portable.
2025-08-06 11:01:42 +08:00
..
2025-08-02 16:18:12 -04:00
2025-07-27 20:56:09 -04:00
2025-08-02 16:18:12 -04:00
2025-08-02 16:18:12 -04:00
2025-07-18 11:40:17 -04:00
2025-08-02 12:13:05 -04:00
2025-07-17 17:58:56 -04:00
2025-08-02 16:18:12 -04:00
2025-08-02 16:18:12 -04:00
2025-07-18 11:40:17 -04:00
2025-08-05 15:57:01 -04:00