fonts....!!!
This commit is contained in:
parent
32853e8f17
commit
648dfbbdf1
|
|
@ -61,8 +61,8 @@ XClock*secondColor: rgba:f6/ff/ff/ff
|
||||||
! Set depth to make transparency work.
|
! Set depth to make transparency work.
|
||||||
URxvt*depth: 32
|
URxvt*depth: 32
|
||||||
!!URxvt*intensityStyles: false
|
!!URxvt*intensityStyles: false
|
||||||
URxvt.font: xft:TerminessTTF Nerd Font:size=12:style=Medium
|
URxvt.font: xft:Inconsolata Awesome:size=12
|
||||||
URxvt.boldFont: xft:TerminessTTF Nerd Font:size=12:style=Bold
|
URxvt.boldFont: xft:TamzenForPowerline:size=12:bold
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt*fading: 30
|
URxvt*fading: 30
|
||||||
URxvt*perl-lib: $HOME/.config/Scripts
|
URxvt*perl-lib: $HOME/.config/Scripts
|
||||||
|
|
|
||||||
|
|
@ -13,8 +13,8 @@ padding-left = 1
|
||||||
padding-right = 1
|
padding-right = 1
|
||||||
module-margin-left = 1
|
module-margin-left = 1
|
||||||
module-margin-right = 1
|
module-margin-right = 1
|
||||||
;font-0 = TamzenForPowerline:pixelsize=12;1
|
font-0 = TamzenForPowerline:pixelsize=12;1
|
||||||
font-0 = TerminessTTF Nerd Font:pixelsize=10;1
|
;font-0 = TerminessTTF Nerd Font:pixelsize=10;1
|
||||||
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
font-1 = unifont:fontformat=truetype:size=8:antialias=false;0
|
||||||
font-2 = FontAwesome:size=10;1
|
font-2 = FontAwesome:size=10;1
|
||||||
font-3 = Material Icons:size=14;5
|
font-3 = Material Icons:size=14;5
|
||||||
|
|
|
||||||
6
.xinitrc
6
.xinitrc
|
|
@ -2,7 +2,7 @@
|
||||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||||
wal -R
|
wal -R
|
||||||
xinput set-prop 9 289 1
|
xinput set-prop 9 289 1
|
||||||
udiskie &
|
xinput set-prop 9 297 1
|
||||||
# MPD daemon start (if no other user instance exists)
|
xinput set-prop 14 307 1
|
||||||
[ ! -s ~/.config/mpd/pid ] && mpd
|
xinput set-prop 14 289 1
|
||||||
exec i3
|
exec i3
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,5 @@ xinput set-prop 9 297 1
|
||||||
xinput set-prop 14 307 1
|
xinput set-prop 14 307 1
|
||||||
xinput set-prop 14 289 1
|
xinput set-prop 14 289 1
|
||||||
wal -R
|
wal -R
|
||||||
#$HOME/.config/wpg/wp-init.sh
|
xset +fp ~/.local/share/fonts &
|
||||||
|
xset fp rehash &
|
||||||
|
|
|
||||||
8
.zshrc
8
.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.
|
# 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
|
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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue