user/eww: init

This commit is contained in:
LavaDesu 2022-03-22 23:50:53 +07:00
parent ed93b93c43
commit 5a4b56580b
Signed by: cilly
GPG key ID: 6500251E087653C9
12 changed files with 202 additions and 3 deletions

3
res/eww/scripts/scroll.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env sh
translated=$([ "$1" == "up" ] && echo "prev" || echo "next")
bspc desktop -f $translated