Skip to content

Commit

Permalink
flux & README.md: Bump up version to 1.7.6 and update description.
Browse files Browse the repository at this point in the history
  • Loading branch information
itz-me-zappex authored Oct 22, 2024
1 parent 24c9f24 commit ec87e31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## flux
A daemon for X11 designed to automatically limit CPU usage of unfocused windows and run commands on focus and unfocus events.
A daemon for X11 designed to automatically limit FPS or CPU usage of unfocused windows and run commands on focus and unfocus events.

## Navigation
- [Dependencies](#dependencies)
Expand Down Expand Up @@ -85,7 +85,7 @@ Dependencies for other distributions will be added soon.
### Manual installation
You can use this method if there is no package build script for your distro. Make sure you have installed dependencies as described above before continue.
```bash
fluxver='1.7.5' # set latest version as I update it here every release
fluxver='1.7.6' # set latest version as I update it here every release
```
```bash
mkdir flux && cd flux # create and change build directory
Expand All @@ -103,7 +103,7 @@ sudo install -Dm 755 flux-${fluxver}/flux /usr/local/bin/flux # install daemon t
### Arch Linux and dereatives
Make sure you have installed `base-devel` package before continue.
``` bash
fluxver='1.7.5' # set latest version as I update it here every release
fluxver='1.7.6' # set latest version as I update it here every release
```
```bash
mkdir flux && cd flux # create and change build directory
Expand All @@ -117,7 +117,7 @@ makepkg -sric # build a package and install it

### Debian and dereatives
```bash
fluxver='1.7.5' # set latest version as I update it here every release
fluxver='1.7.6' # set latest version as I update it here every release
```
```bash
mkdir flux && cd flux # create and change build directory
Expand Down
4 changes: 2 additions & 2 deletions flux
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,8 @@ Options and values:
;;
--version | -V )
author_github_link='https://github.com/itz-me-zappex'
echo "flux 1.7.5
A daemon for X11 designed to automatically limit CPU usage of unfocused windows and run commands on focus and unfocus events.
echo "flux 1.7.6
A daemon for X11 designed to automatically limit FPS or CPU usage of unfocused windows and run commands on focus and unfocus events.
License: GPL-3.0-only
Author: $author_github_link
Repository: ${author_github_link}/flux
Expand Down

0 comments on commit ec87e31

Please sign in to comment.