font hassle
This commit is contained in:
parent
ad65912159
commit
f9d52644e7
|
|
@ -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:TamzenForPowerline:size=12
|
URxvt.font: xft:TerminessTTF Nerd Font:size=12:style=Medium
|
||||||
URxvt.boldFont: xft:TamzenForPowerline:size=12:bold
|
URxvt.boldFont: xft:TerminessTTF Nerd Font:size=12:style=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
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
rm ~/.config/Scripts/Hameenlinna_0qp.png
|
rm ~/Hameenlinna_0qp.png
|
||||||
wget wttr.in/Hameenlinna_0qp.png && feh Hameenlinna_0qp.png
|
wget wttr.in/Hameenlinna_0qp.png && feh Hameenlinna_0qp.png
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
12
.zshrc
12
.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"
|
# 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.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
ZSH_THEME="agnoster"
|
#ZSH_THEME="agnoster"
|
||||||
#ZSH_THEME="obraun"
|
ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||||
# Set list of themes to load
|
# Set list of themes to load
|
||||||
# Setting this variable when ZSH_THEME=random
|
# Setting this variable when ZSH_THEME=random
|
||||||
# cause zsh load theme from this variable instead of
|
# cause zsh load theme from this variable instead of
|
||||||
|
|
@ -106,7 +106,7 @@ export ARCHFLAGS="-arch x86_64"
|
||||||
# Import colorscheme from 'wal' asynchronously
|
# Import colorscheme from 'wal' asynchronously
|
||||||
# & # Run the process in the background.
|
# & # Run the process in the background.
|
||||||
# ( ) # Hide shell job control messages.
|
# ( ) # Hide shell job control messages.
|
||||||
#(cat ~/.cache/wal/sequences &)
|
(cat ~/.cache/wal/sequences &)
|
||||||
|
|
||||||
# Wpg restore on terminals
|
# Wpg restore on terminals
|
||||||
#(cat $HOME/.config/wpg/sequences &)
|
#(cat $HOME/.config/wpg/sequences &)
|
||||||
|
|
@ -151,7 +151,6 @@ alias wspeedd="speedometer -rx wlp11s0"
|
||||||
alias wspeedu="speedometer -tx wlp11s0"
|
alias wspeedu="speedometer -tx wlp11s0"
|
||||||
alias update="packer -Syyu --noconfirm"
|
alias update="packer -Syyu --noconfirm"
|
||||||
alias edis='expressvpn disconnect && sudo cp ~/resolv.conf /etc/resolv.conf'
|
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 aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
||||||
alias gcp='gcloud compute ssh instance-1'
|
alias gcp='gcloud compute ssh instance-1'
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -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.
|
# 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
|
||||||
source /usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme
|
|
||||||
|
POWERLEVEL9K_MODE=nerdfont-complete
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue