An open API service indexing awesome lists of open source software.

https://github.com/vixalien/gnome-mobile-torch

An extension to show available torches in GNOME Shell Mobile
https://github.com/vixalien/gnome-mobile-torch

Last synced: about 2 months ago
JSON representation

An extension to show available torches in GNOME Shell Mobile

Awesome Lists containing this project

README

        

## Torch

![The Torch extension in action](./data/screenshots/panel.png)

A GNOME Shell extension that allows toggling and setting the brightness of
torches available on the system.

> **Note:** This extension was primarily made for
> [GNOME Shell Mobile](https://gitlab.gnome.org/verdre/gnome-shell-mobile)

## Install

To install this extension, clone this repo into `~/.local/share/gnome-shell/extensions/[email protected]`.

```sh
git clone https://github.com/vixalien/gnome-mobile-torch.git ~/.local/share/gnome-shell/extensions/[email protected]
```

## Update

```sh
cd ~/.local/share/gnome-shell/extensions/[email protected] && git pull
```

## Uninstall

```sh
rm -rf ~/.local/share/gnome-shell/extensions/[email protected]
```