Compare commits
No commits in common. "48331f34ed47da003407178c3f10e409715bd685" and "872a31ca88eb1c053204d32038ff24dce5a1ac45" have entirely different histories.
48331f34ed
...
872a31ca88
2 changed files with 3 additions and 3 deletions
|
@ -247,7 +247,7 @@ exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DE
|
||||||
exec pipewire
|
exec pipewire
|
||||||
exec /usr/libexec/xdg-desktop-portal-wlr
|
exec /usr/libexec/xdg-desktop-portal-wlr
|
||||||
exec "foot --server"
|
exec "foot --server"
|
||||||
exec "wlsunset -l -34.61315 -L -58.37723"
|
exec "gammastep -l -34.61315:-58.37723"
|
||||||
exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
|
exec "pgrep -x syncthing >/dev/null || syncthing -no-browser"
|
||||||
exec kanshi
|
exec kanshi
|
||||||
exec fnott
|
exec fnott
|
||||||
|
|
|
@ -11,13 +11,13 @@ if echo "$tracking" | grep -q '^ ▶ tracking'; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
selection="$(zeit list \
|
selection="$(zeit list \
|
||||||
--only-tasks \
|
--only-projects-and-tasks \
|
||||||
--append-project-id-to-task \
|
--append-project-id-to-task \
|
||||||
| fuzzel-run \
|
| fuzzel-run \
|
||||||
--dmenu
|
--dmenu
|
||||||
)"
|
)"
|
||||||
|
|
||||||
task="$(echo $selection | pcregrep -io1 '(.+) \[.+')"
|
task="$(echo $selection | pcregrep -io1 '└── (.+) \[.+')"
|
||||||
project="$(echo $selection | pcregrep -io1 '.+\[(.+)\]')"
|
project="$(echo $selection | pcregrep -io1 '.+\[(.+)\]')"
|
||||||
if test "$task" = "" || "$project" = ""; then
|
if test "$task" = "" || "$project" = ""; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue