From f2e2ab7cd04a2c873cbbe349d9117129474143b6 Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Jan 07 2022 06:27:58 +0000 Subject: Add updated screenshots for existing elements Signed-off-by: Akashdeep Dhar --- diff --git a/README.md b/README.md index d30d91d..9b6b575 100644 --- a/README.md +++ b/README.md @@ -22,15 +22,19 @@ Obserware makes monitoring of advanced metrics accessible with the use of intera - Per-process control with options to kill, resume, terminate or suspend those on demand - Static software information on operating system and kernel as well as dependency versions for the application - Static hardware information on CPU name, vendor, frequency, available feature flags and more +- While adapting to the global system-wide theming options on Qt-based desktop environments like KDE Plasma or LXQt -## Featured on +## Find it on -1. [I made an advanced system monitor for GNU/Linux distributions in Python 3.10 and Qt 5.15.0 for fun - Hope you like it! (r/python on Reddit)](https://www.reddit.com/r/Python/comments/r5t63f/i_made_an_advanced_system_monitor_for_gnulinux/) -2. [I made an advanced system monitor for GNU/Linux distributions in Python 3.10 and Qt 5.15.0 for fun - Hope you like it! (r/opensource on Reddit)](https://www.reddit.com/r/opensource/comments/r68r5b/i_made_an_advanced_system_monitor_for_gnulinux/) -3. [Obserware (PyPI)](https://pypi.org/project/obserware/) -4. Obserware (Product Hunt) - [Vote](https://www.producthunt.com/posts/obserware?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-obserware) and [Review](https://www.producthunt.com/posts/obserware?utm_source=badge-review&utm_medium=badge&utm_souce=badge-obserware#discussion-body) - [![](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=321452&theme=dark)](https://www.producthunt.com/posts/obserware?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-obserware) - [![](https://api.producthunt.com/widgets/embed-image/v1/review.svg?post_id=321452&theme=dark)](https://www.producthunt.com/posts/obserware?utm_source=badge-review&utm_medium=badge&utm_souce=badge-obserware#discussion-body) +1. [**PyPI**](https://pypi.org/project/obserware/) + [![PyPI version](https://badge.fury.io/py/obserware.svg)](https://badge.fury.io/py/obserware) +2. [**Fedora COPR**](https://copr.fedorainfracloud.org/coprs/t0xic0der/obserware/) + [![Copr build status](https://copr.fedorainfracloud.org/coprs/t0xic0der/obserware/package/obserware/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/t0xic0der/obserware/package/obserware/) +3. [**Product Hunt**](https://www.producthunt.com/posts/obserware) + 1. [Vote](https://www.producthunt.com/posts/obserware?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-obserware) + [![](https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=321452&theme=dark)](https://www.producthunt.com/posts/obserware?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-obserware) + 2. [Review](https://www.producthunt.com/posts/obserware?utm_source=badge-review&utm_medium=badge&utm_souce=badge-obserware#discussion-body) + [![](https://api.producthunt.com/widgets/embed-image/v1/review.svg?post_id=321452&theme=dark)](https://www.producthunt.com/posts/obserware?utm_source=badge-review&utm_medium=badge&utm_souce=badge-obserware#discussion-body) ## Installation @@ -93,10 +97,13 @@ Obserware makes monitoring of advanced metrics accessible with the use of intera 2. _Processes tabscreen_ Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_mainproc.png ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_mainproc.png) - 3. _Information tabscreen_ + 3. _Connections tabscreen_ + Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_mainproc.png + ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_mainntwk.png) + 4. _Information tabscreen_ Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_maininfo.png ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_maininfo.png) - 4. _Contribute tabscreen_ + 5. _Contribute tabscreen_ Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_maincntb.png ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_maincntb.png) 2. **Dialogs** @@ -109,15 +116,12 @@ Obserware makes monitoring of advanced metrics accessible with the use of intera 3. _Storage counters dialog_ Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_sostwind.png ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_sostwind.png) - 4. _Network statistics dialog_ - Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_ntwkwind.png - ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_ntwkwind.png) - 5. _Physical partitions dialog_ + 4. _Physical partitions dialog_ Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_phptwind.png ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_phptwind.png) - 6. _Logical partitions dialog_ + 5. _Logical partitions dialog_ Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_lgptwind.png ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_lgptwind.png) - 7. _Process information dialog_ + 6. _Process information dialog_ Find here https://gitlab.com/t0xic0der/obserware/-/blob/main/screenshots/obsr_procwind.png ![](https://gitlab.com/t0xic0der/obserware/-/raw/main/screenshots/obsr_procwind.png) diff --git a/screenshots/obsr_cputwind.png b/screenshots/obsr_cputwind.png index 359f424..86ba846 100644 Binary files a/screenshots/obsr_cputwind.png and b/screenshots/obsr_cputwind.png differ diff --git a/screenshots/obsr_cyclwind.png b/screenshots/obsr_cyclwind.png index f1203b5..42c05ea 100644 Binary files a/screenshots/obsr_cyclwind.png and b/screenshots/obsr_cyclwind.png differ diff --git a/screenshots/obsr_lgptwind.png b/screenshots/obsr_lgptwind.png index ab680e0..e686f23 100644 Binary files a/screenshots/obsr_lgptwind.png and b/screenshots/obsr_lgptwind.png differ diff --git a/screenshots/obsr_maincntb.png b/screenshots/obsr_maincntb.png index 19c6391..c4db236 100644 Binary files a/screenshots/obsr_maincntb.png and b/screenshots/obsr_maincntb.png differ diff --git a/screenshots/obsr_maininfo.png b/screenshots/obsr_maininfo.png index 5de9173..3cc523d 100644 Binary files a/screenshots/obsr_maininfo.png and b/screenshots/obsr_maininfo.png differ diff --git a/screenshots/obsr_mainntwk.png b/screenshots/obsr_mainntwk.png new file mode 100644 index 0000000..43f1162 Binary files /dev/null and b/screenshots/obsr_mainntwk.png differ diff --git a/screenshots/obsr_mainperf.png b/screenshots/obsr_mainperf.png index 476b40d..e3ff41d 100644 Binary files a/screenshots/obsr_mainperf.png and b/screenshots/obsr_mainperf.png differ diff --git a/screenshots/obsr_mainproc.png b/screenshots/obsr_mainproc.png index 90ca04e..479aee3 100644 Binary files a/screenshots/obsr_mainproc.png and b/screenshots/obsr_mainproc.png differ diff --git a/screenshots/obsr_ntwkwind.png b/screenshots/obsr_ntwkwind.png deleted file mode 100644 index 7a6d518..0000000 Binary files a/screenshots/obsr_ntwkwind.png and /dev/null differ diff --git a/screenshots/obsr_phptwind.png b/screenshots/obsr_phptwind.png index 69591d4..3b96828 100644 Binary files a/screenshots/obsr_phptwind.png and b/screenshots/obsr_phptwind.png differ diff --git a/screenshots/obsr_procwind.png b/screenshots/obsr_procwind.png index 8da5a2f..e79e260 100644 Binary files a/screenshots/obsr_procwind.png and b/screenshots/obsr_procwind.png differ diff --git a/screenshots/obsr_sostwind.png b/screenshots/obsr_sostwind.png index 3cdaebc..331b18d 100644 Binary files a/screenshots/obsr_sostwind.png and b/screenshots/obsr_sostwind.png differ