summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-06-17 14:11:03 -0400
committerGitHub <noreply@github.com>2020-06-17 14:11:03 -0400
commitdf74e201925cbfa4af91e8f04d59826512a7d5fa (patch)
tree5ce77a63295b013e4f9791897722fdfd76088146 /README.md
parenta067a203b1a42686d1594fc466a6368c415566df (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/README.md b/README.md
index c9c0bce..5b8049d 100644
--- a/README.md
+++ b/README.md
@@ -51,22 +51,6 @@ From left to right:
- [spotify-shell](https://github.com/streetturtle/AwesomeWM/tree/master/spotify-shell) (not on the screenshot)
- [run-shell](https://github.com/streetturtle/AwesomeWM/tree/master/run-shell) (not on the screenshot)
-Some of these widgets use [Arc icon theme](https://github.com/horst3180/arc-icon-theme) by default but it could be easily
-changed to any other icon theme or custom icons. If you want to have separators between widgets like on the screenshot create text widget with ` : ` and place it between widgets:
-
-```lua
-...
-sprtr = wibox.widget.textbox()
-sprtr:set_text(" : ")
-...
-sprtr,
-volume_icon,
-sprtr,
-battery_widget,
-sprtr,
-...
-```
-
# Installation
Clone the repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file: