11 static const std::string topDelimiter(
" ");
17 static const std::string bottomDelimiter(
" | ");
23 static const bool twoBars =
true;
29 static const std::string botTopDelimiter(
";");
41 static const std::vector< std::vector<std::string> > topModuleList = {
42 {
"~/.scripts/checkMail",
"external",
"0",
"8"},
43 {
"~/.scripts/pacupdate",
"external",
"300",
"9"},
44 {
"~/.scripts/getMicVolume",
"external",
"10",
"12"},
45 {
"~/.scripts/getVolume",
"external",
"10",
"10"},
46 {
"~/.scripts/wifiSignal",
"external",
"10",
"11"},
54 static const std::vector< std::vector<std::string> > bottomModuleList = {
55 {
"ModuleDate",
"internal",
"60",
"1"},
56 {
"ModuleBattery",
"internal",
"5",
"2"},
57 {
"ModuleCPU",
"internal",
"2",
"3"},
58 {
"~/.scripts/gpuStats",
"external",
"10",
"4"},
59 {
"ModuleRAM",
"internal",
"2",
"5"},
60 {
"ModuleDisk",
"internal",
"10",
"6"},
61 {
"~/.scripts/wanIP",
"external",
"300",
"7"},
65 static const std::string dateFormat(
"%a %b %e %H:%M %Z");
71 static const std::vector<std::string> fsNames{
"/home",
"/home/tonyg/extra"};