Skip to content

Commit

Permalink
flux-jobs: update cute format with id.emoji
Browse files Browse the repository at this point in the history
Problem: The cute format in flux-jobs is not cute enough!

Solution: Update the format to use id.emoji over id.f58.
  • Loading branch information
chu11 committed May 17, 2023
1 parent f767364 commit 60b3cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/flux-jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class FluxJobsConfig(UtilConfig):
"cute": {
"description": "Cute flux-jobs format string (default with emojis)",
"format": (
"{id.f58:>12} ?:{queue:<8.8} {username:<8.8} {name:<10.10+} "
"{id.emoji:>12W} ?:{queue:<8.8} {username:<8.8} {name:<10.10+} "
"{status_emoji:>5.5} {ntasks:>6} {nnodes:>6h} "
"{contextual_time!F:>8h} {contextual_info}"
),
Expand Down

0 comments on commit 60b3cb4

Please sign in to comment.