diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ecf508f3..f8a8c99b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,7 @@ set(SRCS src/modules/shell.c src/modules/resolution.c src/modules/desktopenvironment.c + src/modules/wm.c src/modules/theme.c src/modules/icons.c src/modules/font.c diff --git a/src/fastfetch.c b/src/fastfetch.c index 0a6623aa1..f6a7903ca 100644 --- a/src/fastfetch.c +++ b/src/fastfetch.c @@ -8,7 +8,7 @@ #include #include -#define FASTFETCH_DEFAULT_STRUCTURE "Title:Seperator:OS:Host:Kernel:Uptime:Packages:Shell:Resolution:DE:Theme:Icons:Font:Terminal:CPU:GPU:Memory:Disk:Battery:Locale:Break:Colors" +#define FASTFETCH_DEFAULT_STRUCTURE "Title:Seperator:OS:Host:Kernel:Uptime:Packages:Shell:Resolution:DE:WM:Theme:Icons:Font:Terminal:CPU:GPU:Memory:Disk:Battery:Locale:Break:Colors" #define FASTFETCH_DEFAULT_CONFIG \ "## Fastfetch configuration\n" \ @@ -75,7 +75,7 @@ static void printHelp() " --battery-technology : Show the technology of the battery, if possible\n" " --battery-capacity : Show the capacity of the battery, if possible\n" " --battery-status : Show the status of the battery, if possible\n" - " --battery-formart : Provide the printf format string for battery output (+)\n" + " --battery-format : Provide the printf format string for battery output (+)\n" "\n" "If an value starts with an ?, it is optional. \"true\" will be used if not set.\n" "An (+) at the end indicates that more help can be printed with --help