forked from extern/nix-config
Change transparency and add more fonts to termite/config
This commit is contained in:
parent
561b8c6836
commit
b3de2d753b
@ -22,11 +22,16 @@
|
|||||||
|
|
||||||
# Our font of choice
|
# Our font of choice
|
||||||
font = Hack 12
|
font = Hack 12
|
||||||
|
#font = Fira Mono 12
|
||||||
|
#font = Inconsolata 12
|
||||||
|
|
||||||
# No need to show the mouse in the terminal window
|
# No need to show the mouse in the terminal window
|
||||||
mouse_autohide = true
|
mouse_autohide = true
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
|
|
||||||
# 20% Transparency
|
# 5% Transparency
|
||||||
background = rgba(63, 63, 63, 0.8)
|
# Note: 20% is better when you're not using clear-shadow
|
||||||
|
background = rgba(63, 63, 63, 0.95)
|
||||||
|
|
||||||
|
# vim:ft=dosini
|
||||||
|
Loading…
Reference in New Issue
Block a user