https://github.com/mgnsk/sway-fader
sway-fader fades in containers on workspace focus and window new events.
https://github.com/mgnsk/sway-fader
fade i3wm opacity sway swaywm wayland window-manager
Last synced: over 1 year ago
JSON representation
sway-fader fades in containers on workspace focus and window new events.
- Host: GitHub
- URL: https://github.com/mgnsk/sway-fader
- Owner: mgnsk
- License: mit
- Created: 2023-04-11T18:54:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T19:22:22.000Z (about 2 years ago)
- Last Synced: 2024-05-11T20:26:43.438Z (about 2 years ago)
- Topics: fade, i3wm, opacity, sway, swaywm, wayland, window-manager
- Language: Go
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sway-fader
sway-fader fades in containers on workspace focus and window new events.
# Install
Installation from release or from source:
```
go install github.com/mgnsk/sway-fader@latest
```
# Configuration
```
exec sway-fader
```
By default a rule of `--class=".*:0.7:1.0"` is applied which can be overridden by user specified flags.
# Advanced config
Example config in ~/.config/sway/config to keep `foot` terminal transparent and other windows opaque:
```
exec sway-fader --app_id="foot:0.7:0.97"
```