added command_wrapper for various other dmenu styled tools

This commit is contained in:
Paul Wilde 2022-05-06 12:11:10 +01:00
parent 9639b17cbe
commit 7e5acb4eec

View file

@ -14,11 +14,13 @@ 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
### Example in dmenu:
https://user-images.githubusercontent.com/31094984/166115207-c24e9ec8-136e-4956-9842-bcde496bb743.mp4