Add eww-toggle-systray

This commit is contained in:
2024-04-27 14:23:43 -07:00
parent 546fa520e8
commit db9e04378d
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#!/bin/sh
if [ "${#}" -gt 0 ]; then
config_flags="-c ${1}"
fi
fcitx5-remote -t
eww update fcitx5-state="$(fcitx5-remote)"
eww ${config_flags} update fcitx5-state="$(fcitx5-remote)"