Launcher + Widgets done

This commit is contained in:
KoenDR06 2025-04-03 22:28:06 +02:00
parent 238936218d
commit 4ff9189fef
3 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,5 @@
#!/bin/sh
(pkill wofi && ~/.config/eww/scripts/open.sh) ||
(wofi --show drun &
~/.config/eww/scripts/open.sh)