Move eww scripts
This commit is contained in:
6
eww/eww-fcitx5-toggle
Executable file
6
eww/eww-fcitx5-toggle
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
if [ "${#}" -gt 0 ]; then
|
||||
config_flags="-c ${1}"
|
||||
fi
|
||||
fcitx5-remote -t
|
||||
eww ${config_flags} update fcitx5-state="$(fcitx5-remote)"
|
Reference in New Issue
Block a user