Switch to a predefined eww config
This commit is contained in:
parent
92f52c0c42
commit
6703367fdf
9 changed files with 436 additions and 0 deletions
8
modules/wm/hyprland/config/eww/scripts/search.sh
Normal file
8
modules/wm/hyprland/config/eww/scripts/search.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
list=$(ls /usr/bin/ | grep -m 10 -i "$1")
|
||||
buf=""
|
||||
for l in $list ; do
|
||||
buf="$buf (button :class \"item\" :onclick \"$l &\" \"$l\")"
|
||||
done
|
||||
echo "(box :orientation \"v\" :spacing 5 :class \"apps\" :halign \"center\" :valign \"center\" $buf)" > ~/.config/eww/scripts/search_items.txt
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue