From 6e5c7dea0c5617dac129cb9ee60ee5df615b2bfe Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 23 Oct 2018 15:00:49 -0500 Subject: [PATCH] Fix web icon --- de/bar/polybar-config | 2 +- scripts/arch-linux/provisioning/2-essentials.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/de/bar/polybar-config b/de/bar/polybar-config index eebef2a..46718bb 100644 --- a/de/bar/polybar-config +++ b/de/bar/polybar-config @@ -104,7 +104,7 @@ format-mounted-prefix-foreground = ${colors.icon} [module/bspwm] ws-icon-0 = dev; -ws-icon-1 = web; +ws-icon-1 = web; ws-icon-2 = gfx; ws-icon-3 = env; ws-icon-4 = play; diff --git a/scripts/arch-linux/provisioning/2-essentials.bash b/scripts/arch-linux/provisioning/2-essentials.bash index ccccd2e..d246246 100755 --- a/scripts/arch-linux/provisioning/2-essentials.bash +++ b/scripts/arch-linux/provisioning/2-essentials.bash @@ -38,7 +38,7 @@ pacaur -S \ terminus-font ttf-iosevka-pack `# Primary Fonts` \ ttf-freefont `# Font` \ ttd-monaco `# Font` \ - ttf-font-awesome-4 ttf-font-awesome `# Icon Font` \ + ttf-font-awesome `# Icon Font` \ autocutsel `# Clipboard Helper` \ curl `# HTTP Utility` \ w3m `# Viewing Images in Terminals` \