From f9d52644e78ab64e672cba08bd4fb7befe8ee842 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 5 Dec 2018 04:50:09 +0200 Subject: [PATCH] font hassle --- .Xresources | 4 ++-- .config/Scripts/wttr.sh | 2 +- .zshrc | 12 +++++++----- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.Xresources b/.Xresources index 84fe3eb..b1e81c7 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:TamzenForPowerline:size=12 -URxvt.boldFont: xft:TamzenForPowerline:size=12:bold +URxvt.font: xft:TerminessTTF Nerd Font:size=12:style=Medium +URxvt.boldFont: xft:TerminessTTF Nerd Font:size=12:style=Bold URxvt*scrollBar: false URxvt*fading: 30 URxvt*perl-lib: $HOME/.config/Scripts diff --git a/.config/Scripts/wttr.sh b/.config/Scripts/wttr.sh index 583faf3..728100f 100755 --- a/.config/Scripts/wttr.sh +++ b/.config/Scripts/wttr.sh @@ -1,6 +1,6 @@ #!/bin/bash -rm ~/.config/Scripts/Hameenlinna_0qp.png +rm ~/Hameenlinna_0qp.png wget wttr.in/Hameenlinna_0qp.png && feh Hameenlinna_0qp.png diff --git a/.zshrc b/.zshrc index fdb4768..599adca 100644 --- a/.zshrc +++ b/.zshrc @@ -17,8 +17,8 @@ export ZSH=/home/hate/.oh-my-zsh # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="agnoster" -#ZSH_THEME="obraun" +#ZSH_THEME="agnoster" +ZSH_THEME="powerlevel9k/powerlevel9k" # Set list of themes to load # Setting this variable when ZSH_THEME=random # cause zsh load theme from this variable instead of @@ -106,7 +106,7 @@ export ARCHFLAGS="-arch x86_64" # Import colorscheme from 'wal' asynchronously # & # Run the process in the background. # ( ) # Hide shell job control messages. -#(cat ~/.cache/wal/sequences &) +(cat ~/.cache/wal/sequences &) # Wpg restore on terminals #(cat $HOME/.config/wpg/sequences &) @@ -151,7 +151,6 @@ alias wspeedd="speedometer -rx wlp11s0" alias wspeedu="speedometer -tx wlp11s0" alias update="packer -Syyu --noconfirm" alias edis='expressvpn disconnect && sudo cp ~/resolv.conf /etc/resolv.conf' -alias aurup='trizen -Su --aur' alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com' alias gcp='gcloud compute ssh instance-1' [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh @@ -161,4 +160,7 @@ 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 -source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme + +POWERLEVEL9K_MODE=nerdfont-complete + +