Skip to content

Commit

Permalink
feat(polybar): update module icons
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnorrby committed Nov 23, 2020
1 parent 91a4d50 commit a6b999a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panel/polybar/config
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,15 @@ label-empty-padding = 2
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = ""
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
; format-underline = #f90000
label = %percentage:2%%

[module/memory]
type = internal/memory
interval = 2
format-prefix = " "
format-prefix = " "
format-prefix-foreground = ${colors.foreground-alt}
; format-underline = #4bffdc
label = %percentage_used%%
Expand Down

0 comments on commit a6b999a

Please sign in to comment.