diff --git a/.bash_aliases b/.bash_aliases index f04e7ac..c6fea10 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -1,5 +1,9 @@ -# Overrides for default .bashrc aliases and exports +alias gitkapp='git config --global user.name "Shaun Reed" && git config --global user.email "shaunrd0@gmail.com"' + +# Default .bashrc aliases stored here + # Alias / export customizations + # colored GCC warnings and errors #export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' @@ -12,24 +16,5 @@ alias l='ls -CF' # sleep 10; alert alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' -# Custom aliases / exports - Appended -# echo "alias ls='ls -la'" >> ~/.bash_aliases -alias gitkapp='git config --global user.name "Shaun Reed" && git config --global user.email "shaunrd0@gmail.com"' - -alias config='/usr/bin/git --git-dir=/home/kapper/.cfg/ --work-tree=/home/kapper' - -#export FONT='xft:InconsolataNerdFont' -#export TERMINAL='urxvt -fn '$FONT' -e tmux -u' -export TERMINAL='urxvt -e tmux -u' - -export EDITOR='/usr/bin/vim' -export VISUAL='/usr/bin/vim' -export PATH=$PATH":$HOME/.local/bin/i3scripts" - -if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then - exec tmux -fi -eval "$(dircolors ~/.dir_colors)" export LS_COLORS="di=1;34:ln=31;47:so=32:pi=33:ex=1;32:bd=34;46:cd=34;43:su=30;41:sg=30;46:tw=30;42:ow=30;43" - diff --git a/.bashrc b/.bashrc index ce16e0b..2a2c60a 100644 --- a/.bashrc +++ b/.bashrc @@ -1,14 +1,13 @@ # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples + # If not running interactively, don't do anything case $- in *i*) ;; *) return;; esac -unset PROMPT_COMMAND - # don't put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth @@ -57,18 +56,10 @@ if [ -n "$force_color_prompt" ]; then fi fi -function _update_ps1() { - PS1=$(powerline-shell $?) -} - -if [[ $TERM != linux && ! $PROMPT_COMMAND =~ _update_ps1 ]]; then - PROMPT_COMMAND="_update_ps1; $PROMPT_COMMAND" -fi - if [ "$color_prompt" = yes ]; then - PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\u@\h\[\033[00m\] \W\[\033[01;32m\]]\$\[\033[00m\]' + PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\][\u@\h\[\033[00m\] \W\[\033[01;32m\]]\$\[\033[00m\]' else - PS1='${debian_chroot:+($debian_chroot)}[\u@\h \W]\$ ' + PS1='${debian_chroot:+($debian_chroot)}[\u@\h \W]\$ ' fi unset color_prompt force_color_prompt @@ -105,7 +96,8 @@ alias l='ls -CF' # Add an "alert" alias for long running commands. Use like so: # sleep 10; alert -#alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' +alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' + # Edit ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. @@ -124,3 +116,4 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + diff --git a/.dir_colors b/.dir_colors deleted file mode 100644 index fe1f0f3..0000000 --- a/.dir_colors +++ /dev/null @@ -1,245 +0,0 @@ -COLOR tty - -TERM ansi -TERM *color* -TERM con[0-9]*x[0-9]* -TERM cons25 -TERM console -TERM cygwin -TERM dtterm -TERM dvtm -TERM dvtm-256color -TERM Eterm -TERM eterm-color -TERM fbterm -TERM gnome -TERM gnome-256color -TERM hurd -TERM jfbterm -TERM konsole -TERM konsole-256color -TERM kterm -TERM linux -TERM linux-c -TERM mlterm -TERM putty -TERM putty-256color -TERM rxvt* -TERM rxvt-unicode -TERM rxvt-256color -TERM rxvt-unicode256 -TERM screen* -TERM screen-256color -TERM st -TERM st-256color -TERM terminator -TERM tmux* -TERM tmux-256color -TERM vt100 -TERM xterm* -TERM xterm-color -TERM xterm-88color -TERM xterm-256color - -#+-----------------+ -#+ Global Defaults + -#+-----------------+ -NORMAL 00 -RESET 0 - -FILE 01;36 -DIR 01;34 -LINK 01;04;31 -MULTIHARDLINK 04;03;33 - -FIFO 04;01;36 -SOCK 04;33 -DOOR 04;01;36 -BLK 01;33 -CHR 33 - -ORPHAN 31 -MISSING 01;31;41 - -EXEC 01;36 - -SETUID 01;04;37 -SETGID 01;04;37 -CAPABILITY 01;37 - -STICKY_OTHER_WRITABLE 01;37;44 -OTHER_WRITABLE 01;04;34 -STICKY 04;37;44 - -#+-------------------+ -#+ Extension Pattern + -#+-------------------+ -#+--- Archives ---+ -.7z 01;31 -.ace 01;31 -.alz 01;31 -.arc 01;31 -.arj 01;31 -.bz 01;31 -.bz2 01;31 -.cab 01;31 -.cpio 01;31 -.deb 01;31 -.dz 01;31 -.ear 01;31 -.gz 01;31 -.jar 01;31 -.lha 01;31 -.lrz 01;31 -.lz 01;31 -.lz4 01;31 -.lzh 01;31 -.lzma 01;31 -.lzo 01;31 -.rar 01;31 -.rpm 01;31 -.rz 01;31 -.sar 01;31 -.t7z 01;31 -.tar 01;31 -.taz 01;31 -.tbz 01;31 -.tbz2 01;31 -.tgz 01;31 -.tlz 01;31 -.txz 01;31 -.tz 01;31 -.tzo 01;31 -.tzst 01;31 -.war 01;31 -.xz 01;31 -.z 01;31 -.Z 01;31 -.zip 01;31 -.zoo 01;31 -.zst 01;31 - -#+--- Audio ---+ -.aac 32 -.au 32 -.flac 32 -.m4a 32 -.mid 32 -.midi 32 -.mka 32 -.mp3 32 -.mpa 32 -.mpeg 32 -.mpg 32 -.ogg 32 -.opus 32 -.ra 32 -.wav 32 - -#+--- Customs ---+ -.3des 01;35 -.aes 01;35 -.gpg 01;35 -.pgp 01;35 - -#+--- Documents ---+ -.doc 32 -.docx 32 -.dot 32 -.odg 32 -.odp 32 -.ods 32 -.odt 32 -.otg 32 -.otp 32 -.ots 32 -.ott 32 -.pdf 32 -.ppt 32 -.pptx 32 -.xls 32 -.xlsx 32 - -#+--- Executables ---+ -.app 01;36 -.bat 01;36 -.btm 01;36 -.cmd 01;36 -.com 01;36 -.exe 01;36 -.reg 01;36 - -#+--- Ignores ---+ -*~ 02;37 -.bak 02;37 -.BAK 02;37 -.log 02;37 -.log 02;37 -.old 02;37 -.OLD 02;37 -.orig 02;37 -.ORIG 02;37 -.swo 02;37 -.swp 02;37 - -#+--- Images ---+ -.bmp 32 -.cgm 32 -.dl 32 -.dvi 32 -.emf 32 -.eps 32 -.gif 32 -.jpeg 32 -.jpg 32 -.JPG 32 -.mng 32 -.pbm 32 -.pcx 32 -.pgm 32 -.png 32 -.PNG 32 -.ppm 32 -.pps 32 -.ppsx 32 -.ps 32 -.svg 32 -.svgz 32 -.tga 32 -.tif 32 -.tiff 32 -.xbm 32 -.xcf 32 -.xpm 32 -.xwd 32 -.xwd 32 -.yuv 32 - -#+--- Video ---+ -.anx 32 -.asf 32 -.avi 32 -.axv 32 -.flc 32 -.fli 32 -.flv 32 -.gl 32 -.m2v 32 -.m4v 32 -.mkv 32 -.mov 32 -.MOV 32 -.mp4 32 -.mpeg 32 -.mpg 32 -.nuv 32 -.ogm 32 -.ogv 32 -.ogx 32 -.qt 32 -.rm 32 -.rmvb 32 -.swf 32 -.vob 32 -.webm 32 -.wmv 32 diff --git a/.local/bin/i3scripts/cpusensor b/.local/bin/i3scripts/cpusensor deleted file mode 100755 index fd0746f..0000000 --- a/.local/bin/i3scripts/cpusensor +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/bash -## Author: Shaun Reed | Contact: shaunrd0@gmail.com | URL: www.shaunreed.com ## -## ## -## A script to find and return the CPU package temp sensor ## -############################################################################### -# bash.sh - -for i in /sys/class/hwmon/hwmon*/temp*_input; do - sensors+=("$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"); -done - -for i in "${sensors[@]}" -do - if [[ $i =~ ^coretemp:.Package.* ]] - then - export CPU_SENSOR=${i#*0} - fi -done - -echo "scale=2;((9/5) * $(cat $CPU_SENSOR)/1000) + 32"|bc - diff --git a/.local/bin/i3scripts/i3empty.py b/.local/bin/i3scripts/i3empty.py deleted file mode 100755 index 98b5763..0000000 --- a/.local/bin/i3scripts/i3empty.py +++ /dev/null @@ -1,86 +0,0 @@ -#!/bin/env python3 -import sys -import re -import json -from subprocess import run, PIPE -import argparse - - -def get_ws(): - return json.loads(run('i3-msg -t get_workspaces'.split(), stdout=PIPE).stdout) - - -def to_empty(current=None, strict=False, right=True, move=False, wrap=True, min_num=1): - """Move to nearest empty numbered workspace""" - if current is None: - current = [w for w in get_ws() if w['focused']][0] - - numbered = re.compile('^\d+$' if strict else '^\d+|(\d+:.*)$') - - ns = {w['num'] for w in get_ws() if numbered.match(w['name']) != None and - (not strict or w['name'] == str(w['num']))} - - if numbered.match(current['name']) is None: - # If current workspace is unnumbered, pick rightmost or leftmost - if len(ns) == 0: - new_ix = min_num - else: - new_ix = min(ns) - 1 if right else max(ns) + 1 - else: - # Find numbered workspace nearest to current - new_ix = current['num'] - - while new_ix in ns: - new_ix += 1 if right else -1 - - # Wrap around - if new_ix < min_num: - if wrap: - new_ix = max(ns) + 1 - else: - return - - if move: - s = 'i3-msg move container to workspace {0}; workspace {0}'.format(new_ix) - else: - s = 'i3-msg workspace ' + str(new_ix) - print(s) - run(s.split()) - - -def to_empty_near(num, relative=False, **kwargs): - """Move to empty numbered workspace nearest to workspace 'num'""" - if relative: - if 0 <= num < len(get_ws()): - current = get_ws()[num] - else: - return - else: - ns = [w for w in get_ws() if w['num'] == num] - current = ns[0] if len(ns) > 0 else {'num': num, 'name': str(num)} - to_empty(current, **kwargs) - - -if __name__ == '__main__': - parser = argparse.ArgumentParser(description='Switch to an empty numbered workspace.') - parser.add_argument('direction', type=str, nargs='?', default='next', - help='either next (default) or prev') - parser.add_argument('number', type=int, nargs='?', - help='workspace to start searching from (default: current)') - parser.add_argument('-r', '--relative', dest='rel', action='store_true', - help='use workspace indices, not numbers (default: no)') - parser.add_argument('-w', '--nowrap', dest='wrap', action='store_false', - help='if at edge, wrap around to other edge (default: yes)') - parser.add_argument('-s', '--nostrict', dest='strict', action='store_false', - help='numbered workspaces have a numeric name (default: yes)') - parser.add_argument('-m', '--move', dest='move', action='store_true', - help='move container to new workspace (default: no)') - - args = parser.parse_args() - kwargs = {'right': args.direction.lower().strip() == 'next', - 'wrap': args.wrap, 'strict': args.strict, 'move': args.move} - - if type(args.number) is int: - to_empty_near(args.number, relative=args.rel, **kwargs) - else: - to_empty(**kwargs) diff --git a/.local/bin/i3scripts/info-hackspeed b/.local/bin/i3scripts/info-hackspeed deleted file mode 100755 index 1c82ea8..0000000 --- a/.local/bin/i3scripts/info-hackspeed +++ /dev/null @@ -1,63 +0,0 @@ -#!/bin/sh -# shellcheck disable=SC2016,SC2059 - -KEYBOARD_ID="Corsair Corsair STRAFE Gaming Keyboard" - -# cpm: characters per minute -# wpm: words per minute (1 word = 5 characters) -METRIC=wpm -FORMAT=" %d $METRIC" - -INTERVAL=2 - -# If you have a keyboard layout that is not listed here yet, create a condition -# yourself. $3 is the key index. Use `xinput test "AT Translated Set 2 keyboard"` -# to see key codes in real time. Be sure to open a pull request for your -# layout's condition! -LAYOUT=qwerty - -case "$LAYOUT" in - qwerty) CONDITION='($3 >= 10 && $3 <= 19) || ($3 >= 24 && $3 <= 33) || ($3 >= 37 && $3 <= 53) || ($3 >= 52 && $3 <= 58)'; ;; - azerty) CONDITION='($3 >= 10 && $3 <= 19) || ($3 >= 24 && $3 <= 33) || ($3 >= 37 && $3 <= 54) || ($3 >= 52 && $3 <= 57)'; ;; - qwertz) CONDITION='($3 >= 10 && $3 <= 20) || ($3 >= 24 && $3 <= 34) || ($3 == 36) || ($3 >= 38 && $3 <= 48) || ($3 >= 52 && $3 <= 58)'; ;; - dontcare) CONDITION='1'; ;; # Just register all key presses, not only letters and numbers - *) echo "Unsupported layout \"$LAYOUT\""; exit 1; ;; -esac - -# We have to account for the fact we're not listening a whole minute -multiply_by=60 -divide_by=$INTERVAL - -case "$METRIC" in - wpm) divide_by=$((divide_by * 5)); ;; - cpm) ;; - *) echo "Unsupported metric \"$METRIC\""; exit 1; ;; -esac - -hackspeed_cache="$(mktemp -p '' hackspeed_cache.XXXXX)" -trap 'rm "$hackspeed_cache"' EXIT - -# Write a dot to our cache for each key press -printf '' > "$hackspeed_cache" -xinput test "$KEYBOARD_ID" | \ - stdbuf -o0 awk '$1 == "key" && $2 == "press" && ('"$CONDITION"') {printf "."}' >> "$hackspeed_cache" & - -while true; do - # Ask the kernel how big the file is with the command `stat`. The number we - # get is the file size in bytes, which equals the amount of dots the file - # contains, and hence how much keys were pressed since the file was last - # cleared. - lines=$(stat --format %s "$hackspeed_cache") - - # Truncate the cache file so that in the next iteration, we count only new - # keypresses - printf '' > "$hackspeed_cache" - - # The shell only does integer operations, so make sure to first multiply and - # then divide - value=$((lines * multiply_by / divide_by)) - - printf "$FORMAT\\n" "$value" - - sleep $INTERVAL -done diff --git a/.local/bin/i3scripts/info-idle b/.local/bin/i3scripts/info-idle deleted file mode 100755 index ddfdf31..0000000 --- a/.local/bin/i3scripts/info-idle +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -## Author: Shaun Reed | Contact: shaunrd0@gmail.com | URL: www.shaunreed.com ## -## ## -## A script to track system idle time within a polybar menu ## -############################################################################### -# info-idle.sh - - -METRIC=sec -FORMAT=" %d $METRIC" -INTERVAL=2 - -case "$METRIC" in - min) DIVIDE_BY=$((1000 * 60)); ;; - sec) DIVIDE_BY=1000; ;; - msec) DIVIDE_BY=1 ;; - *) echo "Unsupported metric \"$METRIC\""; exit 1; ;; -esac - -while true; do - VALUE=$(($(xprintidle)/ DIVIDE_BY)) - printf "$FORMAT\\n" "$VALUE" - sleep $INTERVAL -done - diff --git a/.local/bin/i3scripts/popup-calendar b/.local/bin/i3scripts/popup-calendar deleted file mode 100755 index 95f1ce6..0000000 --- a/.local/bin/i3scripts/popup-calendar +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -BAR_HEIGHT=22 # polybar height -BORDER_SIZE=1 # border size from your wm settings -YAD_WIDTH=222 # 222 is minimum possible value -YAD_HEIGHT=193 # 193 is minimum possible value -DATE="$(TZ=UTC date +"%a %d %H:%M")" - -case "$1" in ---popup) - if [ "$(xdotool getwindowfocus getwindowname)" = "yad-calendar" ]; then - exit 0 - fi - - eval "$(xdotool getmouselocation --shell)" - eval "$(xdotool getdisplaygeometry --shell)" - - # X - if [ "$((X + YAD_WIDTH / 2 + BORDER_SIZE))" -gt "$WIDTH" ]; then #Right side - : $((pos_x = WIDTH - YAD_WIDTH - BORDER_SIZE)) - elif [ "$((X - YAD_WIDTH / 2 - BORDER_SIZE))" -lt 0 ]; then #Left side - : $((pos_x = BORDER_SIZE)) - else #Center - : $((pos_x = X - YAD_WIDTH / 2)) - fi - - # Y - if [ "$Y" -gt "$((HEIGHT / 2))" ]; then #Bottom - : $((pos_y = HEIGHT - YAD_HEIGHT - BAR_HEIGHT - BORDER_SIZE)) - else #Top - : $((pos_y = BAR_HEIGHT + BORDER_SIZE)) - fi - - yad --calendar --undecorated --fixed --close-on-unfocus --no-buttons \ - --width=$YAD_WIDTH --height=$YAD_HEIGHT --posx=$pos_x --posy=$pos_y \ - --title="yad-calendar" --borders=0 >/dev/null & - ;; -*) - echo "$DATE" - ;; -esac diff --git a/.local/bin/i3scripts/start-htop b/.local/bin/i3scripts/start-htop deleted file mode 100755 index 49d51d4..0000000 --- a/.local/bin/i3scripts/start-htop +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash -#start-htop.sh -# - - -#i3 move to workspace number $ws95;i3 floating enable;i3 resize set height 700;i3 resize set width 1000;i3 move position center && i3-sensible-terminal -e htop; - - -(urxvt -hold -e htop && i3 move to workspace number $ws95 && i3 floating enable && i3 resize set height 700 && i3 resize set width 1000 && i3 move position center) - diff --git a/.local/bin/i3scripts/start_konky b/.local/bin/i3scripts/start_konky deleted file mode 100755 index 15b0fdf..0000000 --- a/.local/bin/i3scripts/start_konky +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -conky -c $HOME/.config/conky/shortcuts_green && -conky -c $HOME/.config/conky/sysinfo_green && - -exit 0 diff --git a/.local/bin/i3scripts/weathermap b/.local/bin/i3scripts/weathermap deleted file mode 100755 index 2ff240d..0000000 --- a/.local/bin/i3scripts/weathermap +++ /dev/null @@ -1,96 +0,0 @@ -#!/bin/sh - -get_icon() { - case $1 in - 01d) icon="滛";; # Sun clear - 01n) icon="";; # Moon clear - 02d) icon="";; # Sun cloudy - 02n) icon="";; # Moon cloudy - 03*) icon="";; # Cloud - 04*) icon="";; # Clouds - 09d) icon="";; # Day, cloud, rain, wind - 09n) icon="";; # Night, cloud, rain, wind - 10d) icon="";; # Day rain - 10n) icon="";; # Night rain - 11d) icon="";; # Day, rain, lightning - 11n) icon="";; # Night, rain, lightning - 13d) icon="";; # Day, snow - 13n) icon="";; # Night, snow - 50d) icon="";; # Day, fog - 50n) icon="";; # Night, fog - *) icon=""; # Sun clear, default icon - esac - - echo $icon -} - -get_duration() { - - osname=$(uname -s) - - case $osname in - *BSD) date -r "$1" -u +%H:%M;; - *) date --date="@$1" -u +%H:%M;; - esac - -} - -KEY="3fbb0282dfd1ba8295bcb93b329fd152" -CITY="5149222" -UNITS="imperial" -SYMBOL="°" - -API="https://api.openweathermap.org/data/2.5" - -if [ -n "$CITY" ]; then - if [ "$CITY" -eq "$CITY" ] 2>/dev/null; then - CITY_PARAM="id=$CITY" - else - CITY_PARAM="q=$CITY" - fi - - current=$(curl -sf "$API/weather?appid=$KEY&$CITY_PARAM&units=$UNITS") - forecast=$(curl -sf "$API/forecast?appid=$KEY&$CITY_PARAM&units=$UNITS&cnt=1") -else - location=$(curl -sf https://location.services.mozilla.com/v1/geolocate?key=geoclue) - - if [ -n "$location" ]; then - location_lat="$(echo "$location" | jq '.location.lat')" - location_lon="$(echo "$location" | jq '.location.lng')" - - current=$(curl -sf "$API/weather?appid=$KEY&lat=$location_lat&lon=$location_lon&units=$UNITS") - forecast=$(curl -sf "$API/forecast?appid=$KEY&lat=$location_lat&lon=$location_lon&units=$UNITS&cnt=1") - fi -fi - -if [ -n "$current" ] && [ -n "$forecast" ]; then - current_temp=$(echo "$current" | jq ".main.temp" | cut -d "." -f 1) - current_icon=$(echo "$current" | jq -r ".weather[0].icon") - - forecast_temp=$(echo "$forecast" | jq ".list[].main.temp" | cut -d "." -f 1) - forecast_icon=$(echo "$forecast" | jq -r ".list[].weather[0].icon") - - - if [ "$current_temp" -gt "$forecast_temp" ]; then - trend="" # Arrow, down-right slant - elif [ "$forecast_temp" -gt "$current_temp" ]; then - trend="" # Arrow, up-right slant - else - trend="" # Arrow, left-to-right - fi - - - sun_rise=$(echo "$current" | jq ".sys.sunrise") - sun_set=$(echo "$current" | jq ".sys.sunset") - now=$(date +%s) - - if [ "$sun_rise" -gt "$now" ]; then - daytime=" $(get_duration "$((sun_rise-now))")" # Sun rise - elif [ "$sun_set" -gt "$now" ]; then - daytime=" $(get_duration "$((sun_set-now))")" # Sun set - else - daytime=" $(get_duration "$((sun_rise-now))")" # Unknown - fi - - echo "$(get_icon "$current_icon") $current_temp$SYMBOL $trend $(get_icon "$forecast_icon") $forecast_temp$SYMBOL $daytime" -fi diff --git a/.local/bin/i3scripts/xoffee b/.local/bin/i3scripts/xoffee deleted file mode 100755 index 436862d..0000000 --- a/.local/bin/i3scripts/xoffee +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/bash -## Author: Shaun Reed | Contact: shaunrd0@gmail.com | URL: www.shaunreed.com ## -## ## -## A script to toggle and notify xautolock via polybar menus ## -############################################################################### -# xoffee.sh - -if [ $# -ne 1 ]; then - echo "Incorrect number of arguments provided" - exit 1 -fi - -if [ "$1" = "enable" ]; then - xautolock -disable - notify-send "Caffeine enabled" -elif [ "$1" = "disable" ]; then - xautolock -enable - notify-send "Caffeine disabled" -else - notify-send "Error: Incorrect arg for xoffee script" - exit 1 -fi - diff --git a/.local/bin/pycharm b/.local/bin/pycharm deleted file mode 100755 index e91ffb0..0000000 --- a/.local/bin/pycharm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -# Generated by JetBrains Toolbox 1.16.6207 at Sun Jan 19 03:37:29 2020 - -"/home/kapper/.local/share/JetBrains/Toolbox/apps/PyCharm-C/ch-0/193.5662.61/bin/pycharm.sh" "$@" - diff --git a/.local/share/fonts/.uuid b/.local/share/fonts/.uuid deleted file mode 100644 index 2b3e7d4..0000000 --- a/.local/share/fonts/.uuid +++ /dev/null @@ -1 +0,0 @@ -4afb8389-b9cd-44af-bf06-2c0b267584b6 \ No newline at end of file diff --git a/.local/share/fonts/NerdFonts/.uuid b/.local/share/fonts/NerdFonts/.uuid deleted file mode 100644 index 85a7611..0000000 --- a/.local/share/fonts/NerdFonts/.uuid +++ /dev/null @@ -1 +0,0 @@ -e7d96d16-43f1-4386-a004-45530dcd9334 \ No newline at end of file diff --git a/.local/share/fonts/NerdFonts/complete/.uuid b/.local/share/fonts/NerdFonts/complete/.uuid deleted file mode 100644 index b80b05b..0000000 --- a/.local/share/fonts/NerdFonts/complete/.uuid +++ /dev/null @@ -1 +0,0 @@ -21aeff4f-e794-4f9b-b9f0-efcc9a956f72 \ No newline at end of file diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Mono Windows Compatible.ttf b/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Mono Windows Compatible.ttf deleted file mode 100644 index f4dbed5..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Mono Windows Compatible.ttf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Mono.ttf b/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Mono.ttf deleted file mode 100644 index f5445c5..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Mono.ttf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Windows Compatible.ttf b/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Windows Compatible.ttf deleted file mode 100644 index 8c268ea..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete Windows Compatible.ttf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete.ttf b/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete.ttf deleted file mode 100644 index ea63be0..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Bold Nerd Font Complete.ttf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Mono Windows Compatible.otf b/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Mono Windows Compatible.otf deleted file mode 100644 index f90f9a4..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Mono Windows Compatible.otf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Mono.otf b/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Mono.otf deleted file mode 100644 index 6a0ca1f..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Mono.otf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Windows Compatible.otf b/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Windows Compatible.otf deleted file mode 100644 index ad39193..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete Windows Compatible.otf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete.otf b/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete.otf deleted file mode 100644 index 720a700..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Nerd Font Complete.otf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Mono Windows Compatible.ttf b/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Mono Windows Compatible.ttf deleted file mode 100644 index 0bd2404..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Mono Windows Compatible.ttf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Mono.ttf b/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Mono.ttf deleted file mode 100644 index bd8495c..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Mono.ttf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Windows Compatible.ttf b/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Windows Compatible.ttf deleted file mode 100644 index b6bcf04..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete Windows Compatible.ttf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete.ttf b/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete.ttf deleted file mode 100644 index 98d3db6..0000000 Binary files a/.local/share/fonts/NerdFonts/complete/Inconsolata Regular Nerd Font Complete.ttf and /dev/null differ diff --git a/.local/share/fonts/NerdFonts/font-info.md b/.local/share/fonts/NerdFonts/font-info.md deleted file mode 100644 index d1b5fe6..0000000 --- a/.local/share/fonts/NerdFonts/font-info.md +++ /dev/null @@ -1,46 +0,0 @@ -# Inconsolata - - -## Which font? - -### TL;DR - -* Pick your font family and then select from the `'complete'` directory. - * If you are on Windows pick a font with the `'Windows Compatible'` suffix. - * This includes specific tweaks to ensure the font works on Windows, in particular monospace identification and font name length limitations - * If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the `'Mono'` suffix. - * This denotes that the Nerd Font glyphs will be monospaced not necessarily that the entire font will be monospaced - -### Ligatures - -By the *Nerd Font* policy, the variant with the `'Mono'` suffix is not supposed to have any ligatures. -Use the non-*Mono* variants to have ligatures. - -### Explanation - -Once you narrow down your font choice of family (`Droid Sans`, `Inconsolata`, etc) and style (`bold`, `italic`, etc) you have 2 main choices: - -#### `Option 1: Download already patched font` - - * download an already patched font from the `complete` folder - * This is most likely the one you want. It includes **all** of the glyphs from all of the glyph sets. Only caution here is that some fonts have glyphs in the _same_ code point so to include everything some had to be moved to alternate code points. - -#### `Option 2: Patch your own font` - - * patch your own variations with the various options provided by the font patcher (see each font's readme for full list of combinations available) - * This is the option you want if the font you use is _not_ already included or you want maximum control of what's included - * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. - - -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) - - -[vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:https://vorillaz.github.io/devicons/ -[font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/primer/octicons -[gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons -[Seti-UI]:https://atom.io/themes/seti-ui -[ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols -[SIL-RFN]:http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web_fonts_and_RFNs#14cbfd4a - diff --git a/.local/share/fonts/NerdFonts/readme.md b/.local/share/fonts/NerdFonts/readme.md deleted file mode 100644 index c5bbff6..0000000 --- a/.local/share/fonts/NerdFonts/readme.md +++ /dev/null @@ -1,2107 +0,0 @@ -# Inconsolata - - -## Which font? - -### TL;DR - -* Pick your font family and then select from the `'complete'` directory. - * If you are on Windows pick a font with the `'Windows Compatible'` suffix. - * This includes specific tweaks to ensure the font works on Windows, in particular monospace identification and font name length limitations - * If you are limited to monospaced fonts (because of your terminal, etc) then pick a font with the `'Mono'` suffix. - * This denotes that the Nerd Font glyphs will be monospaced not necessarily that the entire font will be monospaced - -### Ligatures - -By the *Nerd Font* policy, the variant with the `'Mono'` suffix is not supposed to have any ligatures. -Use the non-*Mono* variants to have ligatures. - -### Explanation - -Once you narrow down your font choice of family (`Droid Sans`, `Inconsolata`, etc) and style (`bold`, `italic`, etc) you have 2 main choices: - -#### `Option 1: Download already patched font` - - * download an already patched font from the `complete` folder - * This is most likely the one you want. It includes **all** of the glyphs from all of the glyph sets. Only caution here is that some fonts have glyphs in the _same_ code point so to include everything some had to be moved to alternate code points. - -#### `Option 2: Patch your own font` - - * patch your own variations with the various options provided by the font patcher (see each font's readme for full list of combinations available) - * This is the option you want if the font you use is _not_ already included or you want maximum control of what's included - * This contains a list of _all permutations_ of the various glyphs. E.g. You want the font with only [Octicons][octicons] or you want the font with just [Font Awesome][font-awesome] and [Devicons][vorillaz-devicons]. The goal is to provide every combination possible in this folder. - - -For more information see: [The FAQ](https://github.com/ryanoasis/nerd-fonts/wiki/FAQ-and-Troubleshooting#which-font) - - -[vim-devicons]:https://github.com/ryanoasis/vim-devicons -[vorillaz-devicons]:https://vorillaz.github.io/devicons/ -[font-awesome]:https://github.com/FortAwesome/Font-Awesome -[octicons]:https://github.com/primer/octicons -[gabrielelana-pomicons]:https://github.com/gabrielelana/pomicons -[Seti-UI]:https://atom.io/themes/seti-ui -[ryanoasis-powerline-extra-symbols]:https://github.com/ryanoasis/powerline-extra-symbols -[SIL-RFN]:http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web_fonts_and_RFNs#14cbfd4a - - -## Variations (Combinations) - -> The combinations and total number of combinations are provided here for reference if you want to create your own variation of a patched Nerd Font. - -### Why aren't all variations included ? - -Combinations are no longer included by default because of the large inflation in size it caused the Repository _and_ the amount of time it takes to rebuild all of the combinations. This issue would exponentially get worse as the numbers of Fonts and Glyph Sets provided increase. - - -```sh -# 2046 Possible Combinations: - -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontlinux -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --octicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontlinux -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesome -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontlinux -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --octicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontlinux -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --windows -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontlinux -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --octicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontlinux -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesome -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontlinux -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --octicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontlinux -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --pomicons -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powerlineextra -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --powersymbols -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --weather --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --weather -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs --material -./font-patcher Inconsolata-Bold.ttf --use-single-width-glyphs -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontlinux -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --pomicons -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --octicons -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontlinux -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --pomicons -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesome -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontlinux -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --pomicons -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --octicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --octicons --material -./font-patcher Inconsolata-Bold.ttf --windows --octicons -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --windows --fontlinux -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --windows --pomicons --material -./font-patcher Inconsolata-Bold.ttf --windows --pomicons -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --windows --powerlineextra -./font-patcher Inconsolata-Bold.ttf --windows --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --windows --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --windows --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --windows --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --windows --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --windows --powersymbols -./font-patcher Inconsolata-Bold.ttf --windows --weather --material -./font-patcher Inconsolata-Bold.ttf --windows --weather -./font-patcher Inconsolata-Bold.ttf --windows --material -./font-patcher Inconsolata-Bold.ttf --windows -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontlinux -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --pomicons -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --octicons -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontlinux -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --pomicons -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontawesome --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesome --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesome --weather -./font-patcher Inconsolata-Bold.ttf --fontawesome --material -./font-patcher Inconsolata-Bold.ttf --fontawesome -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontlinux -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons --material -./font-patcher Inconsolata-Bold.ttf --octicons --pomicons -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --octicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --octicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --octicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --octicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --octicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --octicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --octicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --octicons --weather --material -./font-patcher Inconsolata-Bold.ttf --octicons --weather -./font-patcher Inconsolata-Bold.ttf --octicons --material -./font-patcher Inconsolata-Bold.ttf --octicons -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --pomicons -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontlinux --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontlinux --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --fontlinux --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontlinux --weather --material -./font-patcher Inconsolata-Bold.ttf --fontlinux --weather -./font-patcher Inconsolata-Bold.ttf --fontlinux --material -./font-patcher Inconsolata-Bold.ttf --fontlinux -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powerlineextra -./font-patcher Inconsolata-Bold.ttf --pomicons --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --pomicons --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --pomicons --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --pomicons --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --pomicons --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --pomicons --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --pomicons --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --pomicons --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --pomicons --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --pomicons --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --pomicons --powersymbols -./font-patcher Inconsolata-Bold.ttf --pomicons --weather --material -./font-patcher Inconsolata-Bold.ttf --pomicons --weather -./font-patcher Inconsolata-Bold.ttf --pomicons --material -./font-patcher Inconsolata-Bold.ttf --pomicons -./font-patcher Inconsolata-Bold.ttf --powerlineextra --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --powerlineextra --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --powerlineextra --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --powerlineextra --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --powerlineextra --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --powerlineextra --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --powerlineextra --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --powerlineextra --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --powerlineextra --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --powerlineextra --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --powerlineextra --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --powerlineextra --powersymbols -./font-patcher Inconsolata-Bold.ttf --powerlineextra --weather --material -./font-patcher Inconsolata-Bold.ttf --powerlineextra --weather -./font-patcher Inconsolata-Bold.ttf --powerlineextra --material -./font-patcher Inconsolata-Bold.ttf --powerlineextra -./font-patcher Inconsolata-Bold.ttf --fontawesomeextension --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesomeextension --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --fontawesomeextension --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --fontawesomeextension --powersymbols -./font-patcher Inconsolata-Bold.ttf --fontawesomeextension --weather --material -./font-patcher Inconsolata-Bold.ttf --fontawesomeextension --weather -./font-patcher Inconsolata-Bold.ttf --fontawesomeextension --material -./font-patcher Inconsolata-Bold.ttf --fontawesomeextension -./font-patcher Inconsolata-Bold.ttf --powersymbols --weather --material -./font-patcher Inconsolata-Bold.ttf --powersymbols --weather -./font-patcher Inconsolata-Bold.ttf --powersymbols --material -./font-patcher Inconsolata-Bold.ttf --powersymbols -./font-patcher Inconsolata-Bold.ttf --weather --material -./font-patcher Inconsolata-Bold.ttf --weather -./font-patcher Inconsolata-Bold.ttf --material -``` \ No newline at end of file diff --git a/.local/share/konsole/Default Powerline.profile b/.local/share/konsole/Default Powerline.profile deleted file mode 100644 index a4f8909..0000000 --- a/.local/share/konsole/Default Powerline.profile +++ /dev/null @@ -1,8 +0,0 @@ -[Appearance] -ColorScheme=GreenOnBlack -Font=Inconsolata Nerd Font Mono [PfEd],9,-1,5,57,0,0,0,0,0,Medium - -[General] -Icon=yakuake -Name=Default Powerline -Parent=FALLBACK/