mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 10:22:12 +02:00
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <dirent.h>
|
||||
#include <ctype.h>
|
||||
#include <limits.h>
|
||||
|
||||
const char* ffDetectBrightness(FF_MAYBE_UNUSED FFlist* result)
|
||||
{
|
||||
|
||||
@@ -101,6 +101,7 @@ static void detectPlasma(const FFinstance* instance, FFQtResult* result)
|
||||
ffStrbufAppendS(&baseDir, "plasma-org.kde.plasma.desktop-appletsrc");
|
||||
|
||||
ffParsePropFile(baseDir.chars, "Image=", &result->wallpaper);
|
||||
puts(result->wallpaper.chars);
|
||||
|
||||
if(allValuesSet(result))
|
||||
{
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
#include "common/io/io.h"
|
||||
#include "common/printing.h"
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <sys/syslimits.h>
|
||||
#elif _WIN32
|
||||
|
||||
Reference in New Issue
Block a user