Skip to content

Commit

Permalink
docs: change owner display style
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Jan 3, 2024
1 parent cd21723 commit c1fb142
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ copy this method to your `~/.config/yazi/init.lua`, and apply the following patc
+
+ return ui.Line {
+ ui.Span(ya.user_name(h.cha.uid) or tostring(h.cha.uid)):fg("magenta"),
+ ui.Span("@"),
+ ui.Span(":"),
+ ui.Span(ya.group_name(h.cha.gid) or tostring(h.cha.gid)):fg("magenta"),
+ ui.Span(" "),
+ }
Expand Down
Binary file modified static/img/owner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c1fb142

Please sign in to comment.