mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
OS (Linux): adds Ubuntu Kylin detection
This commit is contained in:
@@ -149,9 +149,9 @@ FF_A_UNUSED static bool getUbuntuFlavour(FFOSResult* result) {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (ffStrContains(xdgConfigDirs, "studio")) {
|
||||
ffStrbufSetStatic(&result->name, "Ubuntu Studio");
|
||||
ffStrbufSetStatic(&result->id, "ubuntu-studio");
|
||||
if (ffStrContains(xdgConfigDirs, "ukui")) {
|
||||
ffStrbufSetStatic(&result->name, "Ubuntu Kylin");
|
||||
ffStrbufSetStatic(&result->id, "ubuntu-kylin");
|
||||
ffStrbufSetStatic(&result->idLike, "ubuntu");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user