Browse Source

Update fontawesome to v5

master
Riyyi 6 years ago
parent
commit
15d77cdd13
  1. 4
      .config/i3/config
  2. BIN
      .local/share/fonts/fontawesome-webfont.ttf
  3. 2
      .scripts/wm/brightness.sh
  4. 1
      packages

4
.config/i3/config

@ -61,7 +61,7 @@ bar {
inactive_workspace $bg-color-inactive $bg-color-inactive $text-color-inactive
urgent_workspace $bg-color-urgent $bg-color-urgent $text-color
}
font pango:DejaVu Sans Mono 8
font pango:DejaVu Sans Mono, FontAwesome5Free Solid, FontAwesome5Brands 8
status_command i3blocks -c $HOME/.config/i3/blocks
#strip_workspace_numbers yes
tray_output primary
@ -107,7 +107,7 @@ bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcu
#--- Workspace bindings ---#
set $ws1 "1 "
set $ws2 "2 "
set $ws2 "2 "
set $ws3 "3 "
set $ws4 "4 "
set $ws5 "5"

BIN
.local/share/fonts/fontawesome-webfont.ttf

Binary file not shown.

2
.scripts/wm/brightness.sh

@ -13,7 +13,7 @@ if [ "$PERCENTAGE" -ge "75" ]; then
elif [ "$PERCENTAGE" -ge "25" ]; then
ICON=""
else
ICON=""
ICON=""
fi
echo $ICON $PERCENTAGE%

1
packages

@ -60,6 +60,7 @@ neofetch
ntfs-3g
openssh
os-prober
otf-font-awesome
p7zip
pacman-contrib
pavucontrol

Loading…
Cancel
Save