changes..

This commit is contained in:
Harri Lahtinen 2019-11-15 17:07:28 +02:00
parent a37ce04b87
commit dc709a3ce1
3 changed files with 3 additions and 2 deletions

View File

@ -125,7 +125,7 @@ type = custom/script
interval = 256 interval = 256
format = "<label> " format = "<label> "
;format-prefix = " " ;format-prefix = " "
format-prefix = "B" format-prefix = ""
format-prefix-foreground = ${colors.foreground} format-prefix-foreground = ${colors.foreground}
exec = echo "$(uname -nr)" exec = echo "$(uname -nr)"

View File

@ -124,7 +124,7 @@ format-prefix = " "
type = custom/script type = custom/script
interval = 256 interval = 256
format = "<label> " format = "<label> "
format-prefix = "" format-prefix = ""
;format-prefix = "" ;format-prefix = ""
format-prefix-foreground = ${{colors.foreground}} format-prefix-foreground = ${{colors.foreground}}
exec = echo "$(uname -nr)" exec = echo "$(uname -nr)"

1
.zshrc
View File

@ -55,6 +55,7 @@ plugins=(
zsh-syntax-highlighting zsh-syntax-highlighting
tmux tmux
yadm yadm
archlinux
) )
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh