Skip to content

Notification replace #234

Answered by ErikReider
niksingh710 asked this question in Q&A
Mar 14, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

There's something like this builtin which uses a more "official" notification hint.

Here's a loop that counts up to 100 :)

seq 100 | while read number; do
  notify-send -h int:value:$number -h string:synchronous:my-progress "Progress" 
  sleep 0.3
done

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@niksingh710
Comment options

Answer selected by ErikReider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants