Fix neofetch preset

This commit is contained in:
Linus Dierheimer
2022-02-21 14:44:46 +01:00
parent 9c20c50c3d
commit 0cb6e40bac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
--host-format "{/2}{-}{/}{2}{?3} {3}{?}"
--os-format "{3} {12}"
--resolution-format "{}x{}"
--de-format "{3} {4}"
--de-format "{2} {3}"
--theme-format "{?1}{1}{?3} {3}{?} [Plasma], {?}{7}"
--terminal-font-format "{/2}{-}{/}{2}{?3} {3}{?}"
--memory-format "{/1}{-}{/}{/2}{-}{/}{}MiB / {}MiB"
+1 -1
View File
@@ -43,7 +43,7 @@ static bool getValue(DBusMessageIter* iter, FFstrbuf* result, DBusData* data)
if(argType == DBUS_TYPE_STRING)
{
const char* value;
const char* value = NULL;
data->ffdbus_message_iter_get_basic(iter, &value);
if(!ffStrSet(value))