Skip to content

Commit

Permalink
style: typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Oct 6, 2024
1 parent ad1abf5 commit f077a1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ Make sure you followed instructions of [this chapter](#the-systray-applet).
If the systray applet doesn't start regardless, this could be the result of a [race condition](https://en.wikipedia.org/wiki/Race_condition#In_software).
In such case, it might be useful to slightly delay the startup of the systray applet by using a `sleep` statement beforehand:

- If you used `arch-update --tray --enable`, modify the `Exec=` line in the `arch-update-tray.desktop` (which is under `~/.config/autostart/` by default), like so:
- If you used `arch-update --tray --enable`, modify the `Exec=` line in the `arch-update-tray.desktop` file (which is under `~/.config/autostart/` by default), like so:

> Exec=sh -c "sleep 3 && arch-update --tray"
Expand Down
2 changes: 1 addition & 1 deletion doc/man/arch-update.1
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ See https://wiki.archlinux.org/title/Desktop_notifications
.RB "If the systray applet doesn't start regardless, this could be the result of a " "race condition".
.RB "In such case, it might be useful to slightly delay the startup of the systray applet by using a " "sleep " "statement beforehand:"

.RB \- "If you used " "arch-update --tray --enable" ", modify the " "Exec= " "line in the " "arch-update-tray.desktop " "(which is under " "~/.config/autostart/ " "by default), like so::"
.RB \- "If you used " "arch-update --tray --enable" ", modify the " "Exec= " "line in the " "arch-update-tray.desktop " "file (which is under " "~/.config/autostart/ " "by default), like so::"
.br
Exec=sh -c "sleep 3 && arch-update --tray"

Expand Down

0 comments on commit f077a1c

Please sign in to comment.