mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
Remove fluff
This commit is contained in:
@@ -49,11 +49,11 @@ static void printWMThemeFromConfigFile(FFinstance* instance, const char* configF
|
||||
uint32_t idx = 0;
|
||||
|
||||
idx = ffStrbufFirstIndexS(&theme, "qml_");
|
||||
if((idx != theme.length))
|
||||
if(idx != theme.length)
|
||||
ffStrbufSubstrAfter(&theme, idx + 3);
|
||||
|
||||
idx = ffStrbufFirstIndexS(&theme, "svg__");
|
||||
if((idx != theme.length))
|
||||
if(idx != theme.length)
|
||||
ffStrbufSubstrAfter(&theme, idx + 4);
|
||||
|
||||
printWMTheme(instance, theme.chars);
|
||||
|
||||
Reference in New Issue
Block a user