Working on neomutt setup and some other small fixes

This commit is contained in:
Marko Korhonen 2020-11-25 10:06:19 +02:00
parent 91836193e7
commit bf10ef8645
36 changed files with 152 additions and 155 deletions

View file

@ -0,0 +1,26 @@
#!/usr/bin/env bash
source ~/.cache/wal/colors.sh
echo "[colors]
foreground = $foreground
background = $background
color0 = $color0
color1 = $color1
color2 = $color2
color3 = $color3
color4 = $color4
color5 = $color5
color6 = $color6
color7 = $color7
color8 = $color8
color9 = $color9
color10 = $color10
color11 = $color11
color12 = $color12
color13 = $color13
color14 = $color14
color15 = $color15
[options]
font = Noto Color Emoji 12
font = Material Design Icons 12
font = Hack Nerd Font 12" > ~/.config/termite/config