Skip to content

Commit

Permalink
Used getopts | README
Browse files Browse the repository at this point in the history
  • Loading branch information
haideralipunjabi committed Apr 29, 2019
1 parent fbd2313 commit 1db9e12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ Place the given script in some folder, and use it in your polybar `config` as
```
[module/kdeconnect]
type = custom/script
exec = ". /path/to/files/polybar-kdeconnect.sh; show_devices"
exec = "/path/to/files/polybar-kdeconnect.sh -d"
tail = true
````
*Note: There is a space between `.` and `/path`*

## Customization
You can change the variables in [`polybar-kdeconnect.sh`](polybar-kdeconnect.sh) to customize the [rofi](https://github.com/DaveDavenport/rofi) menu and the icons shown in [polybar](https://github.com/jaagr/polybar)
Expand Down

0 comments on commit 1db9e12

Please sign in to comment.