Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iruzo/gruvbox-swaync

Gruvbox theme for swaync
https://github.com/iruzo/gruvbox-swaync

Last synced: 18 days ago
JSON representation

Gruvbox theme for swaync

Awesome Lists containing this project

README

        


Gruvbox theme for swaync



## Previews

:black_circle: Dark

:white_circle: Light

## Usage

1. Download the corresponding theme into `~/.config/swaync/style.css`
- dark
```sh
curl https://raw.githubusercontent.com/iruzo/gruvbox-swaync/main/gruvbox-dark.css > ~/.config/swaync/style.css
```
- light
```sh
curl https://raw.githubusercontent.com/iruzo/gruvbox-swaync/main/gruvbox-light.css > ~/.config/swaync/style.css
```
- You can let sway manage your swaync theme
```sh
exec_always if [ ! -f ~/.config/swaync/style.css ]; then $(mkdir -p ~/.config/swaync && curl -L https://raw.githubusercontent.com/iruzo/gruvbox-swaync/main/gruvbox-dark.css -o ~/.config/swaync/style.css); fi
```
```sh
exec_always if [ ! -f ~/.config/swaync/style.css ]; then $(mkdir -p ~/.config/swaync && curl -L https://raw.githubusercontent.com/iruzo/gruvbox-swaync/main/gruvbox-light.css -o ~/.config/swaync/style.css); fi
```
2. Restart swaync