1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-09 23:15:38 -05:00
Commit Graph

8 Commits

Author SHA1 Message Date
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
bbedward
599118c63e General code cleanups 2025-08-02 16:18:12 -04:00
bbedward
8bcac36be3 lockscreen: implement 2025-07-24 14:56:58 -04:00
bbedward
e3e3788a37 meta: many resource usage improvements and consolidations 2025-07-24 12:44:11 -04:00
bbedward
3a3f18c298 meta cleanup and refactors 2025-07-18 11:40:17 -04:00
bbedward
70b9a3cff4 qmlformat-all script 2025-07-17 18:15:35 -04:00
bbedward
023b6bc0d1 Initial qmlformat 2025-07-17 17:58:56 -04:00
bbedward
db05496dca Settings globally, refactor some menus 2025-07-12 14:33:50 -04:00