Compare commits

...

2 commits

Author SHA1 Message Date
48331f34ed zeit-fuzzel: No mostrar proyectos solos
Acorde a upstream 41f1c0f542
2022-04-29 13:50:34 -03:00
7b1cf79b19 sway: Volver a wlsunset 2022-04-28 22:41:41 -03:00
2 changed files with 3 additions and 3 deletions

View file

@ -247,7 +247,7 @@ exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DE
exec pipewire
exec /usr/libexec/xdg-desktop-portal-wlr
exec "foot --server"
exec "gammastep -l -34.61315:-58.37723"
exec "wlsunset -l -34.61315 -L -58.37723"
exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
exec kanshi
exec fnott

View file

@ -11,13 +11,13 @@ if echo "$tracking" | grep -q '^ ▶ tracking'; then
fi
selection="$(zeit list \
--only-projects-and-tasks \
--only-tasks \
--append-project-id-to-task \
| fuzzel-run \
--dmenu
)"
task="$(echo $selection | pcregrep -io1 '└── (.+) \[.+')"
task="$(echo $selection | pcregrep -io1 '(.+) \[.+')"
project="$(echo $selection | pcregrep -io1 '.+\[(.+)\]')"
if test "$task" = "" || "$project" = ""; then
exit 1