Compare commits
2 commits
872a31ca88
...
48331f34ed
Author | SHA1 | Date | |
---|---|---|---|
48331f34ed | |||
7b1cf79b19 |
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 /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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue