diff options
author | streetturtle <streetturtle@gmail.com> | 2019-03-09 14:50:47 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2019-03-09 14:50:47 -0500 |
commit | f65a12034b71e7535b6c567072810768907915f1 (patch) | |
tree | 643c889f88f89de39cc9cb8c1e979a4e699d99e1 /run-shell | |
parent | 3bf894ad3bc42cdc2b2720e9bd52f9525e6c1168 (diff) |
add run shell
Diffstat (limited to 'run-shell')
-rw-r--r-- | run-shell/run-shell.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/run-shell/run-shell.lua b/run-shell/run-shell.lua index b00bfe4..31d17aa 100644 --- a/run-shell/run-shell.lua +++ b/run-shell/run-shell.lua @@ -32,6 +32,8 @@ function widget.new() ontop = true, height = 1060, width = 1920, + opacity = 0.6, + bg = '#000002' } w:setup { |