From fee14c45853e5fe3974163d47cec49bcc87d01bc Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 7 Oct 2021 22:09:47 +0200 Subject: [PATCH] Enable rainbow-mode where useful. --- statusip.cpp | 4 ++++ statustemp.cpp | 4 ++++ statustime.cpp | 4 ++++ statusweather.cpp | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/statusip.cpp b/statusip.cpp index a419ac8..338f1f8 100644 --- a/statusip.cpp +++ b/statusip.cpp @@ -142,3 +142,7 @@ int main(int argc, char *argv[]) return 1; } } + +// Local Variables: +// eval: (rainbow-mode 1) +// End: diff --git a/statustemp.cpp b/statustemp.cpp index a63319d..c401ac9 100644 --- a/statustemp.cpp +++ b/statustemp.cpp @@ -101,3 +101,7 @@ int main(int argc, char *argv[]) return 1; } } + +// Local Variables: +// eval: (rainbow-mode 1) +// End: diff --git a/statustime.cpp b/statustime.cpp index 4d2caee..92b5f35 100755 --- a/statustime.cpp +++ b/statustime.cpp @@ -72,3 +72,7 @@ int main() return 1; } } + +// Local Variables: +// eval: (rainbow-mode 1) +// End: diff --git a/statusweather.cpp b/statusweather.cpp index 80dde65..f28a1b1 100644 --- a/statusweather.cpp +++ b/statusweather.cpp @@ -216,3 +216,7 @@ int main() return 1; } } + +// Local Variables: +// eval: (rainbow-mode 1) +// End: