Skip to content

Commit

Permalink
💄 polybar[kernel]: do not display "-zen1" twice
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Jul 6, 2024
1 parent fdcb3e3 commit ce66447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/.config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ label-mounted = 󰉋 %percentage_used%%

[module/kernel]
type = custom/script
exec = uname -r
exec = uname -r | awk -F "-" '{print $1"-"$2}'
format-underline = #1793d1
format-prefix = "󰻀 "
format-prefix-foreground = #1793d1
Expand Down

0 comments on commit ce66447

Please sign in to comment.