dotfiles/cfg/eww/systray/scripts/popup

8 lines
334 B
Plaintext
Raw Normal View History

2022-02-19 08:17:23 -06:00
#!/bin/sh
if [ "$1" = "update" ]; then
bspc rule -a kitty -o state=floating follow=on center=true rectangle=490x310+0+0 && kitty ~/.config/eww/systray/scripts/update Up
elif [ "$1" = "check" ]; then
bspc rule -a kitty -o state=floating follow=on center=true rectangle=490x310+0+0 && kitty ~/.config/eww/systray/scripts/pkgs check
fi