From 38d85c4c1c72de3f8694fc5a04472aea50e6e715 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sat, 30 Mar 2019 18:29:42 -0400 Subject: Rename README_old.md to README.md --- run-shell/README.md | 25 +++++++++++++++++++++++++ run-shell/README_old.md | 25 ------------------------- 2 files changed, 25 insertions(+), 25 deletions(-) create mode 100644 run-shell/README.md delete mode 100644 run-shell/README_old.md (limited to 'run-shell') diff --git a/run-shell/README.md b/run-shell/README.md new file mode 100644 index 0000000..f66a110 --- /dev/null +++ b/run-shell/README.md @@ -0,0 +1,25 @@ +# Run Shell + +Run prompt which is put inside a widget: + +![video](./out.mp4) + +## Installation + +1. Clone this repo under **~/.config/awesome/**: + + ```bash + git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/ + ``` + +1. Require widget at the beginning of **rc.lua**: + + ```lua + local run_shell = require("awesome-wm-widgets.run_shell.run_shell") + ``` + +1. Use it (don't forget to comment out the default prompt): + + ```lua + awful.key({modkey}, "r", function () run_shell.launch() end), + diff --git a/run-shell/README_old.md b/run-shell/README_old.md deleted file mode 100644 index ae1dbbb..0000000 --- a/run-shell/README_old.md +++ /dev/null @@ -1,25 +0,0 @@ -# Run Shell - -Run prompt which is put inside a widget: - -![video](./out.mp4) - -## Installation - -1. Clone this repo under **~/.config/awesome/**: - - ```bash - git clone https://github.com/streetturtle/awesome-wm-widgets.git ~/.config/awesome/ - ``` - -1. Require widget at the beginning of **rc.lua**: - - ```lua - local run_shell = require("awesome-wm-widgets.run_shell.run_shell") - ``` - -1. Use it (don't forget to comment out the default prompt): - - ```lua - awful.key({modkey}, "r", function () run_shell.launch() end), - \ No newline at end of file -- cgit v1.2.3