diff --git a/README.MD b/README.MD index 52cf42d..aca0834 100644 --- a/README.MD +++ b/README.MD @@ -14,20 +14,16 @@ which are selectable options in dmenu. - `wlan` shows the state of the wireless network interface. SSID connected to and signal level. - `nic` shows the status and/or the ip address of the network interface card - `temperature` shows the current CPU temperature -- `notes` a simple one liner note taking tool, displaying notes in dmenu/rofi +- `notes` a simple one liner note taking tool, displaying notes in `dmenu`/`rofi` The next two do not work with `rofi` unless you have `alias dmenu=rofi` set, but they're pretty nice tools -- `passmenu_wrapper` a wrapper for passmenu. It basically just styles passmenu with no other features -- `command_wrapper` inspired by passmenu_wrapper, a basic tool to run other dmenu related tools with uniform styling +- `passmenu_wrapper` a wrapper for passmenu. It basically just styles `passmenu` with no other features +- `command_wrapper` inspired by passmenu_wrapper, a basic tool to run other `dmenu` related tools with uniform styling -### Example in dmenu: +### Example in `dmenu`: -https://user-images.githubusercontent.com/31094984/166115207-c24e9ec8-136e-4956-9842-bcde496bb743.mp4 - -### Example in rofi: - -https://user-images.githubusercontent.com/31094984/166115213-511fdaaa-4c04-461a-9976-38a2e9bd83fe.mp4 +![dmenu_tools](https://user-images.githubusercontent.com/31094984/167123173-ee8092a2-d5ab-47b4-b207-ced328072cc0.gif) ### Example of `command_wrapper` with `clipmenu` @@ -56,10 +52,10 @@ It's completely up to you how to run them, they're just simple CLI tools really. ### You can also set the volume and brightness levels by typing a numeric figure into the dmenu/rofi input box -https://user-images.githubusercontent.com/31094984/166156793-2089cc10-2649-4079-b82d-bba272253dd6.mp4 - ## Dependencies -- dmenu, rofi, yad (for calendar) +- `dmenu` or `rofi` +- `yad` for calendar +- `passmenu` for passmenu_wrapper - basically any tool that's used to gather the information. - "tools" for audio etc. (`pamixer`, `ncpamixer`, etc.) can be set in the source