mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-07 16:54:21 +02:00
apparance: make non focused terminals more readable
Instead of relying on rxvt capacity of changing its opacity depending on having or not the focus, we rely on awesome changing the opacity.
This commit is contained in:
parent
b4cc2a5b33
commit
a77ca45d15
2 changed files with 3 additions and 3 deletions
4
rc.lua
4
rc.lua
|
@ -24,9 +24,9 @@ modkey = "Mod4"
|
|||
config = {}
|
||||
config.terminal = table.concat({"urxvtcd",
|
||||
"++iso14755 +sb -si -sw -j -fn fixed -sl 2000",
|
||||
"-fade 40 -sh 30 -bc -tint white -fg white -depth 32",
|
||||
"-sh 30 -bc -tint white -fg white -depth 32",
|
||||
"--color4 RoyalBlue --color12 RoyalBlue",
|
||||
"-bg rgba:0000/0000/0000/bbbb -fadecolor rgba:0000/0000/0000/6666"},
|
||||
"-bg rgba:0000/0000/0000/dddd"},
|
||||
" ")
|
||||
config.layouts = {
|
||||
awful.layout.suit.tile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue