Compare commits

..

2 commits

Author SHA1 Message Date
Tobias Reisinger 900c080676
Fix minor issues 2021-04-09 22:22:06 +02:00
Tobias Reisinger 62ce510326
Add JetBrains Mono; Fix font usage 2021-04-09 22:15:26 +02:00
39 changed files with 25 additions and 30 deletions

View file

@ -85,39 +85,39 @@ scrolling:
# Font configuration (changes require restart)
font:
# Normal (roman) font face
#normal:
normal:
# Font family
#
# Default:monospace
#family: monospace
family: JetBrains Mono
# The `style` can be specified to pick a specific face.
#style: Regular
# Bold font face
#bold:
bold:
# Font family
#
# If the bold family is not specified, it will fall back to the
# value specified for the normal font.
#family: monospace
family: JetBrains Mono
# The `style` can be specified to pick a specific face.
#style: Bold
# Italic font face
#italic:
italic:
# Font family
#
# If the italic family is not specified, it will fall back to the
# value specified for the normal font.
#family: monospace
family: JetBrains Mono
# The `style` can be specified to pick a specific face.
#style: Italic
# Point size
size: 12.0
size: 13.0
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.

View file

@ -23,11 +23,11 @@
module-margin-right = 2
font-0 = fixed:pixelsize=10;1
font-1 = Font Awesome 5 Pro Regular:size=12
font-2 = Font Awesome 5 Pro Light:size=12
font-3 = Font Awesome 5 Pro Solid:size=12
font-4 = Font Awesome 5 Brands:size=12
font-5 = Font Awesome 5 Duotone Solid:size=12
font-1 = Font Awesome 6 Pro Regular:size=12
font-2 = Font Awesome 6 Pro Light:size=12
font-3 = Font Awesome 6 Pro Solid:size=12
font-4 = Font Awesome 6 Brands:size=12
font-5 = Font Awesome 6 Duotone Solid:size=12
font-6 = PowerlineSymbols:size=12
monitor =

View file

@ -1,6 +1,6 @@
configuration {
modi: "combi,ssh,run,window";
font: "hack 10";
font: "JetBrains Mono 13";
show-icons: true;
ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]"";
icon-theme: ""Papirus-Dark"";

View file

@ -1,14 +1,6 @@
set runtimepath+=~/.config/vim,~/.config/vim/after
set packpath+=~/.config/vim
if has('nvim')
" Neovim specific commands
set viminfo+=n~/.cache/nviminfo
else
" Standard vim specific commands
set viminfo+=n~/.cache/viminfo
endif
" Plug plugins using VimPlug
call plug#begin('~/.config/vim/plugged')
" Tools
@ -75,6 +67,14 @@ set hlsearch
set nowrap
set nocompatible
if has('nvim')
" Neovim specific commands
set viminfo+=n~/.cache/nviminfo
else
" Standard vim specific commands
set viminfo+=n~/.cache/viminfo
endif
set wildmode=longest,list,full
set fillchars+=vert:\

View file

@ -5,7 +5,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg_bold[yellow]%}✘ "
PROMPT='%(?, ,%{$fg[red]%}RETURN: $?%{$reset_color%}
)
%{$fg[green]%}%* %{$fg[magenta]%}%n%{$reset_color%}@%{$fg[yellow]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
%{$fg_bold[green]%}%{$reset_color%} '
%{$fg[red]%}%* %{$fg[yellow]%}%n%{$reset_color%}@%{$fg[magenta]%}%M%{$reset_color%}: %{$fg_bold[blue]%}%~$(git_prompt_info)
%{$fg[green]%}$%{$reset_color%} '
#RPROMPT='%{$fg[green]%}[%*]%{$reset_color%}'

View file

@ -1,12 +1,7 @@
export VIMINIT='source ~/.config/vim/vimrc'
export PASSWORD_STORE_GENERATED_LENGTH='64'
export ZDOTDIR="$HOME/.config/zsh"
source "$HOME/.config/environment"
. "$HOME/.config/environment"
. "$HOME/.config/aliasrc"
if [ -x "$(command -v gpgconf)" ]; then
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
fi
[ -x "$(command -v mpd)" ] && mpd