Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2022-06-01 17:34:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and      /work/SRC/openSUSE:Factory/.btop.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btop"

Wed Jun  1 17:34:47 2022 rev:19 rq:980175 version:1.2.7+git20220528.c3eb02f

Changes:
--------
--- /work/SRC/openSUSE:Factory/btop/btop.changes        2022-05-12 
23:02:05.976936914 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.1548/btop.changes      2022-06-01 
17:35:07.750773921 +0200
@@ -1,0 +2,23 @@
+Tue May 31 20:35:04 UTC 2022 - Scott Bradnick <scott.bradn...@suse.com>
+
+- Swapping out '%{_datarootdir}' for '%{_datadir}'.
+
+-------------------------------------------------------------------
+Tue May 31 16:32:03 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.7+git20220528.c3eb02f:
+  * v1.2.7 Bug fixes & new features
+  * Fixed: Net sync scale bug
+  * Added tokyo-night & tokyo-storm theme
+
+-------------------------------------------------------------------
+Mon May 23 00:52:43 UTC 2022 - scott.bradn...@suse.com
+
+- Update to version 1.2.6+git20220516.c257938:
+  * Fix makefile to install to /usr/local instead of /usr
+  * Update makefile to install/remove icons and desktop entry
+  * Add desktop icon svg and png
+  * Add btop.desktop
+  * Added: Case insensitive process filtering
+
+-------------------------------------------------------------------

Old:
----
  btop-1.2.6+git20220505.841941a.tar.gz

New:
----
  btop-1.2.7+git20220528.c3eb02f.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ btop.spec ++++++
--- /var/tmp/diff_new_pack.CLfqlg/_old  2022-06-01 17:35:08.358774639 +0200
+++ /var/tmp/diff_new_pack.CLfqlg/_new  2022-06-01 17:35:08.362774644 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           btop
-Version:        1.2.6+git20220505.841941a
+Version:        1.2.7+git20220528.c3eb02f
 Release:        0
 Summary:        Usage and stats for processor, memory, disks, network and 
processes
 License:        Apache-2.0
@@ -48,10 +48,18 @@
 
 %files
 /usr/bin/btop
-%dir /usr/share/btop
-%dir /usr/share/btop/themes
-/usr/share/btop/README.md
-/usr/share/btop/themes/*.theme
+%dir %{_datadir}/%{name}
+%dir %{_datadir}/%{name}/themes
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/48x48
+%dir %{_datadir}/icons/hicolor/48x48/apps
+%dir %{_datadir}/icons/hicolor/scalable
+%dir %{_datadir}/icons/hicolor/scalable/apps
+%{_datadir}/%{name}/README.md
+%{_datadir}/%{name}/themes/*.theme
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %license LICENSE
 %doc CHANGELOG.md
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.CLfqlg/_old  2022-06-01 17:35:08.402774691 +0200
+++ /var/tmp/diff_new_pack.CLfqlg/_new  2022-06-01 17:35:08.406774696 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/aristocratos/btop</param>
-              <param 
name="changesrevision">a7384483a4e9bc99009cfbf1f2898394ad4222ac</param></service></servicedata>
+              <param 
name="changesrevision">c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8</param></service></servicedata>
 (No newline at EOF)
 

++++++ btop-1.2.6+git20220505.841941a.tar.gz -> 
btop-1.2.7+git20220528.c3eb02f.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/CHANGELOG.md 
new/btop-1.2.7+git20220528.c3eb02f/CHANGELOG.md
--- old/btop-1.2.6+git20220505.841941a/CHANGELOG.md     2022-05-05 
17:49:01.000000000 +0200
+++ new/btop-1.2.7+git20220528.c3eb02f/CHANGELOG.md     2022-05-28 
21:08:30.000000000 +0200
@@ -1,3 +1,17 @@
+## v1.2.7
+
+* Fixed: Disk IO stats for individual partitions instead of whole disk (Linux)
+
+* Added: Case insensitive process filtering, by @abrasumente233
+
+* Added: Include ZFS ARC in cached/available memory on Linux, by @mattico
+
+* Added: Desktop entry and icons, by @yonatan8070
+
+* Fixed: Net sync scale bug
+
+* Added: tokyo-night & tokyo-storm themes, by @Schievel1
+
 ## v1.2.6
 
 * Fixed: Wrong memory unit when shorten and size is less than 10, by @mohi001
Binary files old/btop-1.2.6+git20220505.841941a/Img/icon.png and 
new/btop-1.2.7+git20220528.c3eb02f/Img/icon.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/Img/icon.svg 
new/btop-1.2.7+git20220528.c3eb02f/Img/icon.svg
--- old/btop-1.2.6+git20220505.841941a/Img/icon.svg     1970-01-01 
01:00:00.000000000 +0100
+++ new/btop-1.2.7+git20220528.c3eb02f/Img/icon.svg     2022-05-28 
21:08:30.000000000 +0200
@@ -0,0 +1,111 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="90"
+   height="90"
+   version="1.1"
+   id="svg70"
+   xmlns:xlink="http://www.w3.org/1999/xlink";
+   xmlns="http://www.w3.org/2000/svg";
+   xmlns:svg="http://www.w3.org/2000/svg";>
+  <defs
+     id="defs26">
+    <pattern
+       xlink:href="#gray-stripes"
+       id="pattern1888" />
+    <pattern
+       xlink:href="#red-stripes"
+       id="pattern1870" />
+    <pattern
+       id="red-stripes"
+       width="341"
+       height="90"
+       patternUnits="userSpaceOnUse">
+      <rect
+         width="341"
+         height="16"
+         fill="#f00"
+         id="rect2" />
+      <rect
+         y="16"
+         width="341"
+         height="16"
+         fill="#d70000"
+         id="rect4" />
+      <rect
+         y="32"
+         width="341"
+         height="16"
+         fill="#af0000"
+         id="rect6" />
+      <rect
+         y="48"
+         width="341"
+         height="16"
+         fill="#870000"
+         id="rect8" />
+      <rect
+         y="64"
+         width="341"
+         height="16"
+         fill="#5f0000"
+         id="rect10" />
+    </pattern>
+    <pattern
+       id="gray-stripes"
+       width="341"
+       height="90"
+       patternUnits="userSpaceOnUse">
+      <rect
+         width="341"
+         height="16"
+         fill="#585858"
+         id="rect13" />
+      <rect
+         y="16"
+         width="341"
+         height="16"
+         fill="#4e4e4e"
+         id="rect15" />
+      <rect
+         y="32"
+         width="341"
+         height="16"
+         fill="#444"
+         id="rect17" />
+      <rect
+         y="48"
+         width="341"
+         height="16"
+         fill="#3a3a3a"
+         id="rect19" />
+      <rect
+         y="64"
+         width="341"
+         height="16"
+         fill="#303030"
+         id="rect21" />
+      <rect
+         y="80"
+         width="341"
+         height="10"
+         fill="#262626"
+         id="rect23" />
+    </pattern>
+  </defs>
+  <g
+     id="g2074"
+     transform="translate(18)">
+    <path
+       d="M 2,7 V 90 H 47 V 74 h 7 V 55 H 47 V 42 h 7 V 23 H 47 V 7 Z M 19,26 
H 37 V 39 H 19 Z m 0,32 H 37 V 71 H 19 Z"
+       id="path28"
+       style="fill:#080808" />
+    <path
+       d="M 2,7 V 90 H 47 V 74 h 7 V 55 H 47 V 42 h 7 V 23 H 47 V 7 Z m 1,1 h 
43 v 16 h 7 v 17 h -7 v 15 h 7 V 73 H 46 V 89 H 3 Z M 18,25 H 38 V 40 H 18 Z m 
1,1 V 39 H 37 V 26 Z M 18,57 H 38 V 72 H 18 Z m 1,1 V 71 H 37 V 58 Z M 4,9 V 88 
H 45 V 72 h 7 V 57 H 45 V 40 h 7 V 25 H 45 V 9 Z m 1,1 h 39 v 16 h 7 v 13 h -7 
v 19 h 7 V 71 H 44 V 87 H 5 Z M 16,23 H 40 V 42 H 16 Z m 1,1 V 41 H 39 V 24 Z M 
16,55 H 40 V 74 H 16 Z m 1,1 V 73 H 39 V 56 Z"
+       id="path42"
+       style="fill:url(#pattern1888)" />
+    <path
+       d="M 0,0 V 80 H 42 V 64 h 7 V 48 H 42 V 32 h 7 V 16 H 42 V 0 Z M 14,16 
H 35 V 32 H 14 Z m 0,32 H 35 V 64 H 14 Z"
+       id="path56"
+       style="fill:url(#pattern1870)" />
+  </g>
+</svg>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/Makefile 
new/btop-1.2.7+git20220528.c3eb02f/Makefile
--- old/btop-1.2.6+git20220505.841941a/Makefile 2022-05-05 17:49:01.000000000 
+0200
+++ new/btop-1.2.7+git20220528.c3eb02f/Makefile 2022-05-28 21:08:30.000000000 
+0200
@@ -212,6 +212,15 @@
        @cp -p README.md $(DESTDIR)$(PREFIX)/share/btop
        @printf "\033[1;92mInstalling themes to: 
\033[1;97m$(DESTDIR)$(PREFIX)/share/btop/themes\033[0m\n"
        @cp -pr themes $(DESTDIR)$(PREFIX)/share/btop
+       @printf "\033[1;92mInstalling desktop entry to: 
\033[1;97m$(DESTDIR)$(PREFIX)/share/applications/btop.desktop\n"
+       @mkdir -p $(DESTDIR)$(PREFIX)/share/applications/
+       @cp -p btop.desktop $(DESTDIR)$(PREFIX)/share/applications/btop.desktop
+       @printf "\033[1;92mInstalling PNG icon to: 
\033[1;97m$(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps/btop.png\n"
+       @mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps
+       @cp -p Img/icon.png 
$(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps/btop.png
+       @printf "\033[1;92mInstalling SVG icon to: 
\033[1;97m$(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/btop.svg\n"
+       @mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps
+       @cp -p Img/icon.svg 
$(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/btop.svg
 
 
 #? Set SUID bit for btop as $SU_USER in $SU_GROUP
@@ -227,6 +236,12 @@
        @rm -rf $(DESTDIR)$(PREFIX)/bin/btop
        @printf "\033[1;91mRemoving: 
\033[1;97m$(DESTDIR)$(PREFIX)/share/btop\033[0m\n"
        @rm -rf $(DESTDIR)$(PREFIX)/share/btop
+       @printf "\033[1;91mRemoving: 
\033[1;97m$(DESTDIR)$(PREFIX)/share/applications/btop.desktop\033[0m\n"
+       @rm -rf $(DESTDIR)$(PREFIX)/share/applications/btop.desktop
+       @printf "\033[1;91mRemoving: 
\033[1;97m$(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps/btop.png\033[0m\n"
+       @rm -rf $(DESTDIR)$(PREFIX)/share/icons/hicolor/48x48/apps/btop.png
+       @printf "\033[1;91mRemoving: 
\033[1;97m$(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/btop.svg\033[0m\n"
+       @rm -rf $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/btop.svg
 
 #? Pull in dependency info for *existing* .o files
 -include $(OBJECTS:.$(OBJEXT)=.$(DEPEXT))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/btop.desktop 
new/btop-1.2.7+git20220528.c3eb02f/btop.desktop
--- old/btop-1.2.6+git20220505.841941a/btop.desktop     1970-01-01 
01:00:00.000000000 +0100
+++ new/btop-1.2.7+git20220528.c3eb02f/btop.desktop     2022-05-28 
21:08:30.000000000 +0200
@@ -0,0 +1,12 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=btop
+GenericName=System Monitor
+Comment=Resource monitor that shows usage and stats for processor, memory, 
disks, network and processes.
+Icon=btop
+Exec=btop
+Terminal=true
+Categories=System;Monitor;ConsoleOnly;
+Keywords=system;process;task
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/src/btop.cpp 
new/btop-1.2.7+git20220528.c3eb02f/src/btop.cpp
--- old/btop-1.2.6+git20220505.841941a/src/btop.cpp     2022-05-05 
17:49:01.000000000 +0200
+++ new/btop-1.2.7+git20220528.c3eb02f/src/btop.cpp     2022-05-28 
21:08:30.000000000 +0200
@@ -60,7 +60,7 @@
                {"#801414", "????????????????????????   ?????????   
????????????????????????????????????        ?????????    ?????????"},
                {"#000000", "?????????????????????    ?????????    
????????????????????? ?????????"},
        };
-       const string Version = "1.2.6";
+       const string Version = "1.2.7";
 
        int coreCount;
        string overlay;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/src/btop_config.cpp 
new/btop-1.2.7+git20220528.c3eb02f/src/btop_config.cpp
--- old/btop-1.2.6+git20220505.841941a/src/btop_config.cpp      2022-05-05 
17:49:01.000000000 +0200
+++ new/btop-1.2.7+git20220528.c3eb02f/src/btop_config.cpp      2022-05-28 
21:08:30.000000000 +0200
@@ -243,7 +243,7 @@
                {"base_10_sizes", false},
                {"io_graph_combined", false},
                {"net_auto", true},
-               {"net_sync", false},
+               {"net_sync", true},
                {"show_battery", true},
                {"vim_keys", false},
                {"tty_mode", false},
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/btop-1.2.6+git20220505.841941a/src/btop_tools.hpp 
new/btop-1.2.7+git20220528.c3eb02f/src/btop_tools.hpp
--- old/btop-1.2.6+git20220505.841941a/src/btop_tools.hpp       2022-05-05 
17:49:01.000000000 +0200
+++ new/btop-1.2.7+git20220528.c3eb02f/src/btop_tools.hpp       2022-05-28 
21:08:30.000000000 +0200
@@ -187,6 +187,16 @@
                return str.find(find_val) != string::npos;
        }
 
+       //* Check if string <str> contains string <find_val>, while ignoring 
case
+       inline bool s_contains_ic(const string& str, const string& find_val) {
+        auto it = std::search(
+            str.begin(), str.end(),
+            find_val.begin(), find_val.end(),
+            [](char ch1, char ch2) { return std::toupper(ch1) == 
std::toupper(ch2); }
+        );
+               return it != str.end();
+       }
+
        //* Return index of <find_val> from vector <vec>, returns size of <vec> 
if <find_val> is not present
        template <typename T>
        inline size_t v_index(const vector<T>& vec, const T& find_val) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/btop-1.2.6+git20220505.841941a/src/freebsd/btop_collect.cpp 
new/btop-1.2.7+git20220528.c3eb02f/src/freebsd/btop_collect.cpp
--- old/btop-1.2.6+git20220505.841941a/src/freebsd/btop_collect.cpp     
2022-05-05 17:49:01.000000000 +0200
+++ new/btop-1.2.7+git20220528.c3eb02f/src/freebsd/btop_collect.cpp     
2022-05-28 21:08:30.000000000 +0200
@@ -1317,7 +1317,7 @@
                        filter_found = 0;
                        for (auto &p : current_procs) {
                                if (not tree and not filter.empty()) {
-                                       if (not s_contains(to_string(p.pid), 
filter) and not s_contains(p.name, filter) and not s_contains(p.cmd, filter) 
and not s_contains(p.user, filter)) {
+                                       if (not s_contains_ic(to_string(p.pid), 
filter) and not s_contains_ic(p.name, filter) and not s_contains_ic(p.cmd, 
filter) and not s_contains_ic(p.user, filter)) {
                                                p.filtered = true;
                                                filter_found++;
                                        } else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/btop-1.2.6+git20220505.841941a/src/linux/btop_collect.cpp 
new/btop-1.2.7+git20220528.c3eb02f/src/linux/btop_collect.cpp
--- old/btop-1.2.6+git20220505.841941a/src/linux/btop_collect.cpp       
2022-05-05 17:49:01.000000000 +0200
+++ new/btop-1.2.7+git20220528.c3eb02f/src/linux/btop_collect.cpp       
2022-05-28 21:08:30.000000000 +0200
@@ -1153,6 +1153,7 @@
 
                                        //? Set counters for auto scaling
                                        if (net_auto and selected_iface == 
iface) {
+                                               if (net_sync and 
saved_stat.speed < net.at(iface).stat.at(dir == "download" ? "upload" : 
"download").speed) continue;
                                                if (saved_stat.speed > 
graph_max[dir]) {
                                                        ++max_count[dir][0];
                                                        if (max_count[dir][1] > 
0) --max_count[dir][1];
@@ -1722,10 +1723,10 @@
                        filter_found = 0;
                        for (auto& p : current_procs) {
                                if (not tree and not filter.empty()) {
-                                               if (not 
s_contains(to_string(p.pid), filter)
-                                               and not s_contains(p.name, 
filter)
-                                               and not s_contains(p.cmd, 
filter)
-                                               and not s_contains(p.user, 
filter)) {
+                                               if (not 
s_contains_ic(to_string(p.pid), filter)
+                                               and not s_contains_ic(p.name, 
filter)
+                                               and not s_contains_ic(p.cmd, 
filter)
+                                               and not s_contains_ic(p.user, 
filter)) {
                                                        p.filtered = true;
                                                        filter_found++;
                                                        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/btop-1.2.6+git20220505.841941a/src/osx/btop_collect.cpp 
new/btop-1.2.7+git20220528.c3eb02f/src/osx/btop_collect.cpp
--- old/btop-1.2.6+git20220505.841941a/src/osx/btop_collect.cpp 2022-05-05 
17:49:01.000000000 +0200
+++ new/btop-1.2.7+git20220528.c3eb02f/src/osx/btop_collect.cpp 2022-05-28 
21:08:30.000000000 +0200
@@ -1372,7 +1372,7 @@
                        filter_found = 0;
                        for (auto &p : current_procs) {
                                if (not tree and not filter.empty()) {
-                                       if (not s_contains(to_string(p.pid), 
filter) and not s_contains(p.name, filter) and not s_contains(p.cmd, filter) 
and not s_contains(p.user, filter)) {
+                                       if (not s_contains_ic(to_string(p.pid), 
filter) and not s_contains_ic(p.name, filter) and not s_contains_ic(p.cmd, 
filter) and not s_contains_ic(p.user, filter)) {
                                                p.filtered = true;
                                                filter_found++;
                                        } else {
@@ -1432,4 +1432,4 @@
                }
                return 0.0;
        }
-}  // namespace Tools
\ No newline at end of file
+}  // namespace Tools
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/btop-1.2.6+git20220505.841941a/themes/tokyo-night.theme 
new/btop-1.2.7+git20220528.c3eb02f/themes/tokyo-night.theme
--- old/btop-1.2.6+git20220505.841941a/themes/tokyo-night.theme 1970-01-01 
01:00:00.000000000 +0100
+++ new/btop-1.2.7+git20220528.c3eb02f/themes/tokyo-night.theme 2022-05-28 
21:08:30.000000000 +0200
@@ -0,0 +1,81 @@
+# Theme: tokyo-night
+# By: Pascal Jaeger
+
+# Main bg
+theme[main_bg]="#1a1b26"
+
+# Main text color
+theme[main_fg]="#cfc9c2"
+
+# Title color for boxes
+theme[title]="#cfc9c2"
+
+# Higlight color for keyboard shortcuts
+theme[hi_fg]="#7dcfff"
+
+# Background color of selected item in processes box
+theme[selected_bg]="#414868"
+
+# Foreground color of selected item in processes box
+theme[selected_fg]="#cfc9c2"
+
+# Color of inactive/disabled text
+theme[inactive_fg]="#565f89"
+
+# Misc colors for processes box including mini cpu graphs, details memory 
graph and details status text
+theme[proc_misc]="#7dcfff"
+
+# Cpu box outline color
+theme[cpu_box]="#565f89"
+
+# Memory/disks box outline color
+theme[mem_box]="#565f89"
+
+# Net up/down box outline color
+theme[net_box]="#565f89"
+
+# Processes box outline color
+theme[proc_box]="#565f89"
+
+# Box divider line and small boxes line color
+theme[div_line]="#565f89"
+
+# Temperature graph colors
+theme[temp_start]="#9ece6a"
+theme[temp_mid]="#e0af68"
+theme[temp_end]="#f7768e"
+
+# CPU graph colors
+theme[cpu_start]="#9ece6a"
+theme[cpu_mid]="#e0af68"
+theme[cpu_end]="#f7768e"
+
+# Mem/Disk free meter
+theme[free_start]="#9ece6a"
+theme[free_mid]="#e0af68"
+theme[free_end]="#f7768e"
+
+# Mem/Disk cached meter
+theme[cached_start]="#9ece6a"
+theme[cached_mid]="#e0af68"
+theme[cached_end]="#f7768e"
+
+# Mem/Disk available meter
+theme[available_start]="#9ece6a"
+theme[available_mid]="#e0af68"
+theme[available_end]="#f7768e"
+
+# Mem/Disk used meter
+theme[used_start]="#9ece6a"
+theme[used_mid]="#e0af68"
+theme[used_end]="#f7768e"
+
+# Download graph colors
+theme[download_start]="#9ece6a"
+theme[download_mid]="#e0af68"
+theme[download_end]="#f7768e"
+
+# Upload graph colors
+theme[upload_start]="#9ece6a"
+theme[upload_mid]="#e0af68"
+theme[upload_end]="#f7768e"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/btop-1.2.6+git20220505.841941a/themes/tokyo-storm.theme 
new/btop-1.2.7+git20220528.c3eb02f/themes/tokyo-storm.theme
--- old/btop-1.2.6+git20220505.841941a/themes/tokyo-storm.theme 1970-01-01 
01:00:00.000000000 +0100
+++ new/btop-1.2.7+git20220528.c3eb02f/themes/tokyo-storm.theme 2022-05-28 
21:08:30.000000000 +0200
@@ -0,0 +1,81 @@
+# Theme: tokyo-storm
+# By: Pascal Jaeger
+
+# Main bg
+theme[main_bg]="#24283b"
+
+# Main text color
+theme[main_fg]="#cfc9c2"
+
+# Title color for boxes
+theme[title]="#cfc9c2"
+
+# Higlight color for keyboard shortcuts
+theme[hi_fg]="#7dcfff"
+
+# Background color of selected item in processes box
+theme[selected_bg]="#414868"
+
+# Foreground color of selected item in processes box
+theme[selected_fg]="#cfc9c2"
+
+# Color of inactive/disabled text
+theme[inactive_fg]="#565f89"
+
+# Misc colors for processes box including mini cpu graphs, details memory 
graph and details status text
+theme[proc_misc]="#7dcfff"
+
+# Cpu box outline color
+theme[cpu_box]="#565f89"
+
+# Memory/disks box outline color
+theme[mem_box]="#565f89"
+
+# Net up/down box outline color
+theme[net_box]="#565f89"
+
+# Processes box outline color
+theme[proc_box]="#565f89"
+
+# Box divider line and small boxes line color
+theme[div_line]="#565f89"
+
+# Temperature graph colors
+theme[temp_start]="#9ece6a"
+theme[temp_mid]="#e0af68"
+theme[temp_end]="#f7768e"
+
+# CPU graph colors
+theme[cpu_start]="#9ece6a"
+theme[cpu_mid]="#e0af68"
+theme[cpu_end]="#f7768e"
+
+# Mem/Disk free meter
+theme[free_start]="#9ece6a"
+theme[free_mid]="#e0af68"
+theme[free_end]="#f7768e"
+
+# Mem/Disk cached meter
+theme[cached_start]="#9ece6a"
+theme[cached_mid]="#e0af68"
+theme[cached_end]="#f7768e"
+
+# Mem/Disk available meter
+theme[available_start]="#9ece6a"
+theme[available_mid]="#e0af68"
+theme[available_end]="#f7768e"
+
+# Mem/Disk used meter
+theme[used_start]="#9ece6a"
+theme[used_mid]="#e0af68"
+theme[used_end]="#f7768e"
+
+# Download graph colors
+theme[download_start]="#9ece6a"
+theme[download_mid]="#e0af68"
+theme[download_end]="#f7768e"
+
+# Upload graph colors
+theme[upload_start]="#9ece6a"
+theme[upload_mid]="#e0af68"
+theme[upload_end]="#f7768e"

++++++ btop.obsinfo ++++++
--- /var/tmp/diff_new_pack.CLfqlg/_old  2022-06-01 17:35:08.510774819 +0200
+++ /var/tmp/diff_new_pack.CLfqlg/_new  2022-06-01 17:35:08.518774828 +0200
@@ -1,5 +1,5 @@
 name: btop
-version: 1.2.6+git20220505.841941a
-mtime: 1651765741
-commit: 841941afbac20e9379375b300d54b0039d715cec
+version: 1.2.7+git20220528.c3eb02f
+mtime: 1653764910
+commit: c3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8
 

Reply via email to