$ sudo pacman -S lilyterm
よく使用するフォントをインストール
sudo pacman -S ttf-liberation
コピーしてデフォルトの設定をベースに作業開始
cp /etc/lilyterm.conf ~/.config/lilyterm/default.conf
編集開始
$ sudo nano ~/.config/lilyterm/default.conf
設定は以下のような感じにした フォント 背景 スクロールバーの表示
ウィンドウごと透過させてもよかったのだけれど タブを表示したかったので背景だけにした。
# The default font name of vte terminal.
font_name = Liberaion Mono 11
# Use transparent background.
# It will use true transparent if the window manager were composited.
transparent_background = 1
# The saturation of transparent background.
background_saturation = 0.400
# Shows scroll_bar or not.
# 0: Never shows the scroll_bar; 1: Always shows the scroll_bar.
# Left it blank: Hide when fullscreen, or scrollback_lines = 0.
show_scroll_bar =0