Update README.MD
This commit is contained in:
parent
8d5c8998b6
commit
bda9196f38
1 changed files with 8 additions and 12 deletions
20
README.MD
20
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.
|
- `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
|
- `nic` shows the status and/or the ip address of the network interface card
|
||||||
- `temperature` shows the current CPU temperature
|
- `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
|
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
|
- `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
|
- `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
|
![dmenu_tools](https://user-images.githubusercontent.com/31094984/167123173-ee8092a2-d5ab-47b4-b207-ced328072cc0.gif)
|
||||||
|
|
||||||
### Example in rofi:
|
|
||||||
|
|
||||||
https://user-images.githubusercontent.com/31094984/166115213-511fdaaa-4c04-461a-9976-38a2e9bd83fe.mp4
|
|
||||||
|
|
||||||
### Example of `command_wrapper` with `clipmenu`
|
### 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
|
### 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
|
## 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.
|
- basically any tool that's used to gather the information.
|
||||||
- "tools" for audio etc. (`pamixer`, `ncpamixer`, etc.) can be set in the source
|
- "tools" for audio etc. (`pamixer`, `ncpamixer`, etc.) can be set in the source
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue