diff options
Diffstat (limited to 'battery-widget')
-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 +``` |