mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
5 lines
93 B
Bash
5 lines
93 B
Bash
if swaymsg opacity plus 0.01 -q; then
|
|
swaymsg opacity 1
|
|
else
|
|
swaymsg opacity 0.95
|
|
fi
|