Make emojis work again

This commit is contained in:
Vlad Doster 2020-04-09 09:08:44 -05:00
parent bb8ba386b0
commit ba25a2ef1d
2 changed files with 5 additions and 4 deletions

View File

@ -34,7 +34,7 @@ module-margin-right = 1
font-0 = "Source Code Pro:pixelsize=8;1"
font-1 = "Source Code Pro:style=Regular:pixelsize=8;1"
; enable emojis
font-2 = NotoColorEmoji:pixelsize=5;0:fontformat=truetype:scale=12:antialias=true;
font-2 = NotoColorEmoji:pixelsize=8;1:fontformat=truetype:scale=10:antialias=true;3
; wm related
wm-restack = i3
scroll-up = i3wm-wsnext
@ -52,7 +52,8 @@ full-at = 98
; orange denotes charging
format-charging =<label-charging>
label-charging = Batt: %percentage%%
format-charging-prefix = "Batt: "
label-charging = %percentage%%
label-charging-overline=${colors.orange}
label-charging-underline=${colors.orange}
@ -154,7 +155,7 @@ type = custom/script
exec = ~/.local/bin/polybar_scripts/sys_temp
format = <label>
interval = 5
label = Temp: %output%°F
label = Sys Temp: %output%°F
[module/volume]
; sound utility

View File

@ -5,7 +5,7 @@
# Must have xclip installed to even show menu.
xclip -h 2>/dev/null || exit 1
chosen=$(cut -d ';' -f1 ~/.local/share/larbs/emoji | dmenu -i -l 20 | sed "s/ .*//")
chosen=$(cut -d ';' -f1 ~/.local/share/dotfiles/emoji | dmenu -i -l 20 | sed "s/ .*//")
[ "$chosen" != "" ] || exit