mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-25 13:24:35 +02:00
config: change default configuration of rxvt
This commit is contained in:
parent
efcb1f5a50
commit
966d341c7c
1 changed files with 18 additions and 19 deletions
37
rc.lua
37
rc.lua
|
@ -52,29 +52,28 @@ config.terminal = table.concat(
|
||||||
"-bc", -- Blink cursor
|
"-bc", -- Blink cursor
|
||||||
"-cr green", -- Cursor color
|
"-cr green", -- Cursor color
|
||||||
"-depth 32",
|
"-depth 32",
|
||||||
"-sh 30", -- Darken the background
|
|
||||||
-- Color stuff
|
-- Color stuff
|
||||||
"-bg rgba:0000/0000/0000/dddd",
|
"-bg rgba:0000/0000/0000/eeee",
|
||||||
"-fg white",
|
"-fg white",
|
||||||
"--color0 rgb:00/00/00",
|
-- See: http://xcolors.net/ ; colorful theme
|
||||||
"--color1 rgb:AA/00/00",
|
"--color0 rgb:15/15/15",
|
||||||
"--color2 rgb:00/AA/00",
|
"--color8 rgb:69/69/69",
|
||||||
"--color3 rgb:AA/55/00",
|
"--color1 rgb:FF/8E/AF",
|
||||||
"--color4 rgb:41/69/E1", -- Royal Blue
|
"--color9 rgb:ED/4C/7A",
|
||||||
"--color5 rgb:AA/00/AA",
|
"--color2 rgb:A6/E2/5F",
|
||||||
"--color6 rgb:00/AA/AA",
|
"--color10 rgb:A6/E1/79",
|
||||||
"--color7 rgb:AA/AA/AA",
|
"--color3 rgb:F8/E5/78",
|
||||||
"--color8 rgb:55/55/55",
|
"--color11 rgb:FF/DF/6B",
|
||||||
"--color9 rgb:FF/55/55",
|
"--color4 rgb:A6/E2/F0",
|
||||||
"--color10 rgb:55/FF/55",
|
"--color12 rgb:79/D2/FF",
|
||||||
"--color11 rgb:FF/FF/55",
|
"--color5 rgb:E8/5B/92",
|
||||||
"--color12 rgb:55/55/FF",
|
"--color13 rgb:BB/5D/79",
|
||||||
"--color13 rgb:FF/55/FF",
|
"--color6 rgb:5F/86/8F",
|
||||||
"--color14 rgb:55/FF/FF",
|
"--color14 rgb:87/A8/AF",
|
||||||
"--color15 rgb:FF/FF/FF",
|
"--color7 rgb:D5/F1/F2",
|
||||||
|
"--color15 rgb:E2/F1/F6",
|
||||||
"-fn xft:DejaVuSansMono-8", -- Font
|
"-fn xft:DejaVuSansMono-8", -- Font
|
||||||
"-letsp -1", -- Fix font width
|
"-letsp -1", -- Fix font width
|
||||||
"-pe matcher", -- Enable "matcher extension" (to detect URL)
|
|
||||||
}, " ")
|
}, " ")
|
||||||
config.layouts = {
|
config.layouts = {
|
||||||
awful.layout.suit.tile,
|
awful.layout.suit.tile,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue