Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sakithb committed Sep 13, 2021
1 parent 788952b commit e63e9fb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 169 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## What does this extension do?

Show controls and information of the currently playing media in the panel
Show controls and information of the currently playing media in the panel.

## Features

- Shows the title and the artist
- Shows the media player icon if possible
- Show controls for the media
- Customize how the extension looks
- Disable elements you don't want
- Invoke different actions in many ways through mouse actions
- Basic media controls (play/pause/next/prev)
- Other media controls (loop/shuffle)
- And more...

---

Expand All @@ -24,11 +27,17 @@ Show controls and information of the currently playing media in the panel

## How to install

Install from extensions.gnome.org
#### Install from extensions.gnome.org

[<img src="./images/get-ego.png" height="100">](https://extensions.gnome.org/extension/4470/media-controls/)

or
OR

#### Fedora

`dnf install gnome-shell-extension-mediacontrols`

#### Other distributions

Install from source
- Download and extract the zip file in the releases tab
Expand Down
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ if [ "$1" == "-p" ] || [ "$2" == "-p" ]; then
echo "Generating archive file";
git archive -o Release.zip HEAD;
zip -d Release.zip README.md;
zip -d Release.zip /images;
zip -d Release.zip images/*;
zip -d Release.zip images/;
zip -d Release.zip .gitignore;
zip -d Release.zip build.sh;
VERSION=$(cat metadata.json | grep '\"version\"' | sed 's/[^0-9]*//g');
Expand Down
161 changes: 0 additions & 161 deletions mainloop.js

This file was deleted.

2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
],
"url": "https://github.com/cliffniff/media-controls",
"uuid": "[email protected]",
"version": 14
"version": 15
}

0 comments on commit e63e9fb

Please sign in to comment.