We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe4edb commit 1a12330Copy full SHA for 1a12330
1 file changed
run.sh
@@ -31,6 +31,7 @@ echo "Audio driver: $(get_audio_driver)"
31
echo "Chassis: $(get_chassis_type)"
32
echo "EFI support: ${HAS_EFI_SUPPORT}"
33
echo "Has battery: ${IS_BATTERY_DEVICE}"
34
+echo "Uptime: $(uptime -p | sed 's/^up //g')"
35
36
if ${HAS_GUI}; then
37
echo "Display: $(get_screen_width)x$(get_screen_height), $(get_screen_dpi) DPI"
0 commit comments