diff --git a/src/main.cpp b/src/main.cpp index 1531e5e..b417e2e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -59,7 +59,7 @@ static void getSystemInfo(CSystemInternals* hsi, QGuiApplication* app) { } // get kernel ver - hsi->systemKernel = execAndGet("uname -r").c_str(); + hsi->systemKernel = trim(execAndGet("uname -r")).c_str(); // get hyprland info if (getenv("HYPRLAND_INSTANCE_SIGNATURE")) {