feat: move some eww stuff from main.conf to eww configs

This commit is contained in:
matt1432 2023-08-09 22:24:01 -04:00
parent 96a81d7e5b
commit 815b72adb8
3 changed files with 12 additions and 7 deletions

View file

@ -17,7 +17,7 @@ toggle() {
[[ "$1" == "toggle" ]] && toggle
startup() {
startup() {
if [[ ! -f "$FILE" ]]; then
echo 󰣐 > "$FILE"
fi
@ -30,6 +30,15 @@ startup() {
rfkill block bluetooth
fi
"$HYPR_PATH"/osk-toggle.sh getState &
if grep -q 󰣐 "$FILE"; then
eww close heart
sleep 0.9 &&
eww open heart
eww update heart-ts=true
fi
tail -f "$FILE"
}

View file

@ -24,14 +24,10 @@ exec-once = eww daemon
exec-once = eww open left-bar
exec-once = eww open notif-panel
exec-once = eww open quick-settings-toggle
# TODO: put this in eww configs?
exec-once = $HYPR_PATH/osk-toggle.sh getState
# sometimes waybar starts after and stops me from pressing eww buttons
exec-once = bash -c "sleep 0.8; eww reload"
exec-once = bash -c "grep -q 󰣐 $HOME/.config/.heart && sleep 0.9 && eww open heart && eww update heart-ts=true"
exec-once = gnome-keyring-daemon --start --components=secrets
exec-once = squeekboard

View file

@ -2,11 +2,11 @@
state () {
if [[ $(busctl get-property --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 Visible) == "b true" ]]; then
echo "Running"
#echo "Running"
eww open osk
eww update osk-ts=true
else
echo "Stopped"
#echo "Stopped"
if [[ $(eww windows | grep '*osk') != "" ]]; then
eww close osk
eww update osk-ts=false