commit 3b2805826fec660b9fcb4cdc041980e868c0743f
parent 4bb999daff38d57c41ea92e58b53a3dd27dcd4af
Author: mrgrouse <bdmfegys@duck.com>
Date: Thu, 8 Aug 2024 00:08:48 -0400
config.h: move commented lines nearer to end of file, fix indenting for parch.h
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/config.h b/config.h
@@ -7,15 +7,16 @@
{ "", get_title, false }, \
{ " ├──────────────────────────────",get_gpu2,false }, \
{ " ├──────────────────────────",get_gpu2, false }, \
- { " ├─ Distro ", get_os, true }, \
- /*{ "Host: ", get_host, true }, */\
+ { " ├─ Distro ", get_os, true }, \
{ " ├─ Kernel ", get_kernel, true }, \
{ " ├─ Up Time ", get_uptime, false }, \
+ { " ├─ Packages ", get_packages_pacman, false }, \
+ { " ├─ Terminal ", get_terminal, false }, \
+}
+ /*{ "Host: ", get_host, true }, */\
/*{ "Battery: ", get_battery_percentage,false }, */\
- { " ├─ Packages ", get_packages_pacman, false }, \
/*{ " ├─ SHELL ", get_shell, false }, */\
/*{ " ├─ Res. ", get_resolution, false }, */\
- { " ├─ Terminal ", get_terminal, false }, \
/*{ " ├─ CPU ", get_cpu, true },*/ \
/*{ " ├─ GPU ", get_gpu1, true },*/ \
/*{ " ├─ RAM ", get_memory, false }, */\
@@ -23,7 +24,6 @@
/*SPACER \
{ "", get_colors1, false }, \
{ "", get_colors2, false }, */\
-}
#define CPU_CONFIG \
{ \