From 648dfbbdf1d7436d27a9814fe42b7af2012fa0f1 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 5 Dec 2018 16:28:50 +0200 Subject: [PATCH] fonts....!!! --- .Xresources | 4 ++-- .config/polybar/top-bar | 4 ++-- .xinitrc | 6 +++--- .xsession | 3 ++- .zshrc | 8 +++++--- 5 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.Xresources b/.Xresources index b1e81c7..304a7ef 100644 --- a/.Xresources +++ b/.Xresources @@ -61,8 +61,8 @@ XClock*secondColor: rgba:f6/ff/ff/ff ! Set depth to make transparency work. URxvt*depth: 32 !!URxvt*intensityStyles: false -URxvt.font: xft:TerminessTTF Nerd Font:size=12:style=Medium -URxvt.boldFont: xft:TerminessTTF Nerd Font:size=12:style=Bold +URxvt.font: xft:Inconsolata Awesome:size=12 +URxvt.boldFont: xft:TamzenForPowerline:size=12:bold URxvt*scrollBar: false URxvt*fading: 30 URxvt*perl-lib: $HOME/.config/Scripts diff --git a/.config/polybar/top-bar b/.config/polybar/top-bar index a95268d..ea2dc28 100644 --- a/.config/polybar/top-bar +++ b/.config/polybar/top-bar @@ -13,8 +13,8 @@ padding-left = 1 padding-right = 1 module-margin-left = 1 module-margin-right = 1 -;font-0 = TamzenForPowerline:pixelsize=12;1 -font-0 = TerminessTTF Nerd Font:pixelsize=10;1 +font-0 = TamzenForPowerline:pixelsize=12;1 +;font-0 = TerminessTTF Nerd Font:pixelsize=10;1 font-1 = unifont:fontformat=truetype:size=8:antialias=false;0 font-2 = FontAwesome:size=10;1 font-3 = Material Icons:size=14;5 diff --git a/.xinitrc b/.xinitrc index 59b56ca..c214fd7 100755 --- a/.xinitrc +++ b/.xinitrc @@ -2,7 +2,7 @@ [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources wal -R xinput set-prop 9 289 1 -udiskie & -# MPD daemon start (if no other user instance exists) -[ ! -s ~/.config/mpd/pid ] && mpd +xinput set-prop 9 297 1 +xinput set-prop 14 307 1 +xinput set-prop 14 289 1 exec i3 diff --git a/.xsession b/.xsession index 49b6e8a..632408e 100755 --- a/.xsession +++ b/.xsession @@ -3,4 +3,5 @@ xinput set-prop 9 297 1 xinput set-prop 14 307 1 xinput set-prop 14 289 1 wal -R -#$HOME/.config/wpg/wp-init.sh +xset +fp ~/.local/share/fonts & +xset fp rehash & diff --git a/.zshrc b/.zshrc index 599adca..a8ecbb0 100644 --- a/.zshrc +++ b/.zshrc @@ -161,6 +161,8 @@ if [ -f '/home/hate/google-cloud-sdk/path.zsh.inc' ]; then source '/home/hate/go # The next line enables shell command completion for gcloud. if [ -f '/home/hate/google-cloud-sdk/completion.zsh.inc' ]; then source '/home/hate/google-cloud-sdk/completion.zsh.inc'; fi -POWERLEVEL9K_MODE=nerdfont-complete - - +POWERLEVEL9K_MODE="awesome-patched" +POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status battery time) +POWERLEVEL9K_VCS_GIT_ICON=$'\uE80A ' +POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(os_icon dir vcs) +#POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(icons_test)