mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
WM (Linux): remove v from Hyprland version
This commit is contained in:
@@ -38,6 +38,7 @@ static const char* getHyprland(FFstrbuf* result)
|
||||
{
|
||||
ffStrbufSubstrAfterFirstC(result, '"');
|
||||
ffStrbufSubstrBeforeFirstC(result, '"');
|
||||
ffStrbufTrimLeft(result, 'v');
|
||||
FF_DEBUG("Extracted version from version.h: %s", result->chars);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user