mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Switch to Termite for better unicode font glyph support
This commit is contained in:
parent
645bed751c
commit
3cf29f0fd7
3
.config/gtk-3.0/gtk.css
Normal file
3
.config/gtk-3.0/gtk.css
Normal file
@ -0,0 +1,3 @@
|
||||
VteTerminal {
|
||||
padding: 4px;
|
||||
}
|
37
.config/termite/config
Normal file
37
.config/termite/config
Normal file
@ -0,0 +1,37 @@
|
||||
[options]
|
||||
font = SauceCodePro 10.5
|
||||
cursor_blink = off
|
||||
size_hints = true
|
||||
|
||||
[colors]
|
||||
cursor = #5294E2
|
||||
foreground = #ECEFF1
|
||||
background = rgba(20, 60, 69, 1)
|
||||
highlight = #5294E2
|
||||
|
||||
# black
|
||||
color0 = #263238
|
||||
color8 = #37474f
|
||||
# red
|
||||
color1 = #ff9800
|
||||
color9 = #ffa74d
|
||||
# green
|
||||
color2 = #8bc34a
|
||||
color10 = #9ccc65
|
||||
# yellow
|
||||
color3 = #ffc107
|
||||
color11 = #ffa000
|
||||
# blue
|
||||
color4 = #03a9f4
|
||||
color12 = #81d4fa
|
||||
# magenta
|
||||
color5 = #e91e63
|
||||
color13 = #A56ECC
|
||||
# cyan
|
||||
color6 = #009688
|
||||
color14 = #26a69a
|
||||
# white
|
||||
color7 = #cfd8dc
|
||||
color15 = #eceff1
|
||||
|
||||
# vim: ft=dosini cms=#%s
|
5
packages
5
packages
@ -62,7 +62,6 @@ pulseaudio-alsa
|
||||
qt5-qtstyleplugins
|
||||
redshift
|
||||
rofi
|
||||
rxvt-unicode-patched
|
||||
rsync
|
||||
screenfetch
|
||||
scrot
|
||||
@ -71,12 +70,10 @@ steam
|
||||
sysstat
|
||||
teamspeak3
|
||||
teamspeak3-soundpack-portal
|
||||
termite
|
||||
tree
|
||||
ttf-font-awesome
|
||||
unzip
|
||||
urxvt-font-size-git
|
||||
urxvt-perls
|
||||
urxvt-vtwheel
|
||||
wget
|
||||
xbindkeys
|
||||
xclip
|
||||
|
Loading…
Reference in New Issue
Block a user