1
0
forked from extern/nix-config

meta: Remove termite

I removed termite before, but this time I shouldn't need to add it
again. The kitty terminal emulator supports image output and handles
fonts better than termite. Plus, true transparency can be used without
sacrificing images in the terminal.
This commit is contained in:
Donovan Glover 2018-11-14 18:53:09 -05:00
parent 151e706a36
commit c98ac74257
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 40 deletions

View File

@ -16,16 +16,12 @@ bspc config presel_feedback_color "$color1"
# =================================================
# Symlink config files so programs can be started
# without referencing the cache directly
#
# Includes: zathura, termite, dunst
# =================================================
mkdir -p "${HOME}/.config/zathura"
mkdir -p "${HOME}/.config/termite"
mkdir -p "${HOME}/.config/dunst"
mkdir -p "${HOME}/.config/kitty"
ln -sf "${HOME}/.cache/wal/zathurarc" "${HOME}/.config/zathura/zathurarc"
ln -sf "${HOME}/.cache/wal/termite" "${HOME}/.config/termite/config"
ln -sf "${HOME}/.cache/wal/dunstrc" "${HOME}/.config/dunst/dunstrc"
ln -sf "${HOME}/.cache/wal/kitty.conf" "${HOME}/.config/kitty/kitty.conf"

View File

@ -1,36 +0,0 @@
# New Start: A modern Arch workflow built with an emphasis on functionality.
# Copyright (C) 2017-2018 Donovan Glover
# NOTE: This file is automatically generated by pywal. Do not edit it by hand.
[options]
font = Hack 11
# No need to show the mouse in the terminal window
mouse_autohide = true
[colors]
foreground = {foreground}
foreground_bold = {cursor}
cursor = {cursor}
cursor_foreground = {background}
background = rgba({background.rgb}, 0.9)
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}
# vim:ft=dosini