Skip to content

Commit

Permalink
fontawesome glyfs on polybar
Browse files Browse the repository at this point in the history
  • Loading branch information
animafps committed Oct 8, 2023
1 parent 6dcfd54 commit 65dab08
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .config/polybar/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@ padding-right = 1

module-margin = 1

#separator = |
separator = |
#separator-foreground = ${colors.disabled}

font-0 = monospace;2
font-1 = "Font Awesome 6 Free Regular:Style=Regular"
font-3= "Font Awesome 6 Free Solid:style=Solid:size=12;2"
font-2 = "Font Awesome 6 Brands Regular:style=Regular
modules-left = i3
modules-center = date
Expand Down Expand Up @@ -102,14 +105,14 @@ label-indicator-margin = 1
[module/memory]
type = internal/memory
interval = 2
format-prefix = "RAM "
format-prefix-foreground = ${colors.primary}
format-prefix = " "
#format-prefix-foreground = ${colors.primary}
label = %percentage_used:2%%
[module/cpu]
type = internal/cpu
interval = 2
format-prefix = "CPU "
format-prefix = " "
#format-prefix-foreground = ${colors.primary}
label = %percentage:2%%
Expand Down

0 comments on commit 65dab08

Please sign in to comment.