Skip to content

Commit

Permalink
Update waybar to ewwbar
Browse files Browse the repository at this point in the history
Signed-off-by: Maarit Härkönen <[email protected]>
  • Loading branch information
maaharko committed Oct 2, 2024
1 parent 4ad9e19 commit d4cc5c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Get Boot times
... welcome_note=$(date -d "$(journalctl --output=short-iso | grep gui-vm | grep "Welcome" | tail -1 | awk '{print $1}')" "+%s")
... echo $welcome_note
${cmd4} Catenate SEPARATOR=\n
... bar_configured_note=$(date -d "$(journalctl --output=short-iso | grep "Bar configured" | tail -1 | awk '{print $1}')" "+%s")
... bar_configured_note=$(date -d "$(journalctl --output=short-iso | grep "Started ewwbar" | tail -1 | awk '{print $1}')" "+%s")
... echo $bar_configured_note

${start_time} DateTime.Get Current Date
Expand Down

0 comments on commit d4cc5c4

Please sign in to comment.