Skip to content

Commit

Permalink
use nice fonts in polybar
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 23, 2021
1 parent 7ba1348 commit 4e8f541
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/i3/polybar.ini
Expand Up @@ -4,12 +4,15 @@ enable-ipc = true
modules-left = i3
modules-right = cpu battery backlight date

; fc-list to get names
font-0 = Iosevka
font-1 = Openmoji Color

[module/backlight]
type = internal/backlight
card = intel_backlight

format = <ramp>
; TODO: need a font that supports emoji
ramp-0 = 🌕
ramp-1 = 🌔
ramp-2 = 🌓
Expand Down

0 comments on commit 4e8f541

Please sign in to comment.