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
- Host: GitHub
- URL: https://github.com/vixalien/gnome-mobile-torch
- Owner: vixalien
- Created: 2024-09-18T05:59:58.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T16:54:26.000Z (3 months ago)
- Last Synced: 2025-03-29T23:41:52.315Z (3 months ago)
- Language: JavaScript
- Size: 349 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Torch

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]
```