diff options
author | Pavel Makhov <streetturtle@users.noreply.github.com> | 2017-02-01 20:54:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 20:54:03 -0500 |
commit | 9d1b4e96e4ac6d738ae09d6b4dfa6abd3659e480 (patch) | |
tree | 76dec866783a555e7c90d9d1a8dba46844a64d01 | |
parent | a333acf17e0fc21104799daee8ea3ed7cb3f833f (diff) |
Update README.md
-rw-r--r-- | battery-widget/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battery-widget/README.md b/battery-widget/README.md index eee4e99..b2c04ff 100644 --- a/battery-widget/README.md +++ b/battery-widget/README.md @@ -18,9 +18,9 @@ $ acpi Battery 0: Discharging, 66%, 02:34:06 remaining ``` -- clone/copy battery.lua file to ~/.config/awesome/ folder; +- clone/copy **battery.lua** file to **~/.config/awesome/** folder; -- include `battery.lua` and add battery widget to your wibox in rc.lua: +- include **battery.lua** and add battery widget to your wibox in **rc.lua**: ```lua require("battery") @@ -31,4 +31,4 @@ s.mytasklist, -- Middle widget ... battery_widget, ... -```
\ No newline at end of file +``` |