Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iruzo/gruvbox-swaync
- Owner: iruzo
- License: mit
- Created: 2023-12-29T00:15:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T20:56:55.000Z (5 months ago)
- Last Synced: 2024-10-10T13:44:05.153Z (about 1 month ago)
- Language: CSS
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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