Skip to content

Instantly share code, notes, and snippets.

@Drewch
Last active May 20, 2017 01:29
Show Gist options
  • Save Drewch/944a26cfff2ddc1b6c751126ae2fa9f8 to your computer and use it in GitHub Desktop.
Save Drewch/944a26cfff2ddc1b6c751126ae2fa9f8 to your computer and use it in GitHub Desktop.
polybar files
font-0 = DejaVuSans:style=Bold:size=12
font-1 = Unifont:fontformat=truetype:size=6:heavy
font-2 = FontAwesome:size=9
drewch@piper ~/.config/polybar $ fc-list | grep awesome
/usr/share/fonts/fontawesome/FontAwesome.otf: FontAwesome:style=Regular
/usr/share/fonts/fontawesome/fontawesome-webfont.ttf: FontAwesome:style=Regular
drewch@piper ~/.config/polybar $ fc-list | grep Deja
/usr/share/fonts/dejavu/DejaVuSerif-Bold.ttf: DejaVu Serif:style=Bold
/usr/share/fonts/dejavu/DejaVuSerif-Italic.ttf: DejaVu Serif:style=Italic
/usr/share/fonts/dejavu/DejaVuSansMono-BoldOblique.ttf: DejaVu Sans Mono:style=Bold Oblique
/usr/share/fonts/dejavu/DejaVuSansCondensed-Oblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Oblique,Oblique
/usr/share/fonts/dejavu/DejaVuSansCondensed-Bold.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold,Bold
/usr/share/fonts/dejavu/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book
/usr/share/fonts/dejavu/DejaVuSansMono-Bold.ttf: DejaVu Sans Mono:style=Bold
/usr/share/fonts/dejavu/DejaVuSans.ttf: DejaVu Sans:style=Book
/usr/share/fonts/dejavu/DejaVuSerifCondensed-BoldItalic.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold Italic,Bold Italic
/usr/share/fonts/dejavu/DejaVuSerifCondensed-Bold.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Bold,Bold
/usr/share/fonts/dejavu/DejaVuSerif.ttf: DejaVu Serif:style=Book
/usr/share/fonts/dejavu/DejaVuSansMono-Oblique.ttf: DejaVu Sans Mono:style=Oblique
/usr/share/fonts/dejavu/DejaVuSans-Bold.ttf: DejaVu Sans:style=Bold
/usr/share/fonts/dejavu/DejaVuSerifCondensed.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed,Book
/usr/share/fonts/dejavu/DejaVuSerifCondensed-Italic.ttf: DejaVu Serif,DejaVu Serif Condensed:style=Condensed Italic,Italic
/usr/share/fonts/dejavu/DejaVuSansCondensed.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed,Book
/usr/share/fonts/dejavu/DejaVuSerif-BoldItalic.ttf: DejaVu Serif:style=Bold Italic
/usr/share/fonts/dejavu/DejaVuSans-ExtraLight.ttf: DejaVu Sans,DejaVu Sans Light:style=ExtraLight
/usr/share/fonts/dejavu/DejaVuSansCondensed-BoldOblique.ttf: DejaVu Sans,DejaVu Sans Condensed:style=Condensed Bold Oblique,Bold Oblique
/usr/share/fonts/dejavu/DejaVuSans-Oblique.ttf: DejaVu Sans:style=Oblique
/usr/share/fonts/dejavu/DejaVuSans-BoldOblique.ttf: DejaVu Sans:style=Bold Oblique
drewch@piper ~/.config/polybar $ fc-list | grep unifont
/usr/share/fonts/unifont/unifont.pcf.gz: GNU Unifont:style=Sans-Serif
/usr/share/fonts/unifont/unifont_csur.pcf.gz: GNU Unifont CSUR:style=Sans-Serif
/usr/share/fonts/unifont/unifont_sample.pcf.gz: GNU Unifont Sample:style=Sans-Serif
/usr/share/fonts/unifont/unifont_upper_csur.ttf: Unifont Upper CSUR:style=Medium
/usr/share/fonts/unifont/unifont_csur.ttf: Unifont CSUR:style=Medium
/usr/share/fonts/unifont/unifont_sample.ttf: Unifont Sample:style=Medium
/usr/share/fonts/unifont/unifont_upper.ttf: Unifont Upper:style=Medium
/usr/share/fonts/unifont/unifont.ttf: Unifont:style=Medium
drewch@piper ~/.config/polybar $ fc-match DejaVuSans:style=Bold:size=12 && fc-match Unifont:fontformat=truetype:size=6:heavy && fc-match FontAwesome:size=9
DejaVuSans-Bold.ttf: "DejaVu Sans" "Bold"
unifont.ttf: "Unifont" "Medium"
FontAwesome.otf: "FontAwesome" "Regular"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment