https://github.com/arnos-stuff/devspie-gnome-widgets
Making wallpaper widgets for GNOME using the GNOME Terminal
https://github.com/arnos-stuff/devspie-gnome-widgets
Last synced: about 1 year ago
JSON representation
Making wallpaper widgets for GNOME using the GNOME Terminal
- Host: GitHub
- URL: https://github.com/arnos-stuff/devspie-gnome-widgets
- Owner: arnos-stuff
- Created: 2023-05-08T03:04:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T22:43:10.000Z (about 3 years ago)
- Last Synced: 2025-03-27T13:13:02.562Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A quick and modular way to create GNOME widgets
## GNOME Desktop
### Dependencies :
- Devilspie2 - Lua deps
- Gnome-Terminal (Pre-Installed)
- Dconf editor
## Usage
To start the background
```bash
./dpie-gnome-widgets.sh start
```
To stop it
```bash
./dpie-gnome-widgets.sh stop
```
## Install Steps
### If you do not have npm
Please install NVM via
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
```
If the script fails to do so, add the following to `~/.bashrc`
```bash
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
```
Download `cava` and `vtop` via:
```bash
sudo apt install cava
sudo apt install devilspie2
# if you don't have npm (??)
npm i -g vtop # if you really don't have npm ...
```