From 7b1ef0888d1dc26a1b320c5470e5f651b813c293 Mon Sep 17 00:00:00 2001 From: Himadri Sekhar Basu <41947504+hsbasu@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:32:33 +0530 Subject: [PATCH] Update readme with links from mamolinux (#40) --- README.md | 60 +++++++++++++++++++++++++++---------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/README.md b/README.md index e312d2c..6728ca6 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,36 @@ # [Battery Monitor](https://hsbasu.github.io/battery-monitor)

- Logo + Logo

- CI build + CI build - CodeQL build + CodeQL build - - License + + License - GitHub repo size + GitHub repo size - - GitHub release (latest by date) + + GitHub release (latest by date) - - Open Issues + + Open Issues - - Open PRs + + Open PRs - Downloads + Downloads - - GitHub release (latest by date and asset + + GitHub release (latest by date and asset

@@ -40,9 +40,9 @@ Battery Monitor is a utility tool developed on Python3 and PyGtk3. It will notif ## Download Latest Version

- Download Source (.zip)
- Download Source (.tar.gz)
- Download Binary (.deb) + Download Source (.zip)
+ Download Source (.tar.gz)
+ Download Binary (.deb)

## Features and Screenshots @@ -61,31 +61,31 @@ Additionally, it can show notifications: #### Initial State

- Initial State + Initial State

#### Charging State

- Charging State + Charging State

#### Discharging State

- Discharging State + Discharging State

#### Not Charging State

- Not Charging State + Not Charging State

#### Critically Low Battery State

- Critically Low Battery State + Critically Low Battery State

### Settings Window @@ -93,7 +93,7 @@ In Settings menu, you can configure and adjust settings for Battery Monitor. Her **N.B.** If you change any configuration, it will be in action only after next reboot.

- Battery Monitor GUI + Battery Monitor GUI

## Contents @@ -141,7 +141,7 @@ Remove `apt install` in the command given in [Debian/Ubuntu based distros](#debi ### Debian/Ubuntu based systems There are two methods, this app can be installed/used on a Debian/Ubuntu based system. First, download and unzip the source package using: ``` -wget https://github.com/hsbasu/battery-monitor/archive/refs/heads/master.zip +wget https://github.com/mamolinux/battery-monitor/archive/refs/heads/master.zip unzip master.zip cd battery-monitor-master ``` @@ -188,7 +188,7 @@ After it is installed, run `battery-monitor` from terminal or use the `battery-m If you want to test **Battery Monitor**, 1. Get the source package and unzip it using: ``` - wget https://github.com/hsbasu/battery-monitor/archive/refs/heads/master.zip + wget https://github.com/mamolinux/battery-monitor/archive/refs/heads/master.zip unzip master.zip cd battery-monitor-master/usr/lib/battery-monitor ``` @@ -202,7 +202,7 @@ If you want to test **Battery Monitor**, battery-monitor --test ``` -**I have no knowledge on how to use `meson` or `npm` for testing. If you can offer any help regarding this, please start a discussion [here](https://github.com/hsbasu/battery-monitor/discussions) or create a [PR](https://github.com/hsbasu/battery-monitor/compare). It will be more than welcome.** +**I have no knowledge on how to use `meson` or `npm` for testing. If you can offer any help regarding this, please start a discussion [here](https://github.com/mamolinux/battery-monitor/discussions) or create a [PR](https://github.com/mamolinux/battery-monitor/compare). It will be more than welcome.** ## User Manual @@ -213,8 +213,8 @@ You can also start battery monitor from the menu entries. Please, search for Bat ## Issue Tracking and Contributing If you are interested to contribute and enrich the code, you are most welcome. You can do it by: -1. If you find a bug, to open a new issue with details: [Click Here](https://github.com/hsbasu/battery-monitor/issues) -2. If you know how to fix a bug or want to add new feature/documentation to the existing package, please create a [Pull Request](https://github.com/hsbasu/battery-monitor/compare). +1. If you find a bug, to open a new issue with details: [Click Here](https://github.com/mamolinux/battery-monitor/issues) +2. If you know how to fix a bug or want to add new feature/documentation to the existing package, please create a [Pull Request](https://github.com/mamolinux/battery-monitor/compare). **NB:** Using the issue template or PR template is **not** mandatory. @@ -224,7 +224,7 @@ If you are interested to contribute and enrich the code, you are most welcome. Y Current maintainer. ### [Maksudur Rahman Maateen](https://github.com/maateen) -He is the original creator of now archived [Battery Monitor](https://github.com/maateen/battery-monitor). We are highly grateful to him for offering this useful app and providing the base for the current [Battery Monitor](https://github.com/hsbasu/battery-monitor). Please take a minute to thank him. +He is the original creator of now archived [Battery Monitor](https://github.com/maateen/battery-monitor). We are highly grateful to him for offering this useful app and providing the base for the current [Battery Monitor](https://github.com/mamolinux/battery-monitor). Please take a minute to thank him. ### [Safwan Rahman](https://github.com/safwanrahman)