From 7e5acb4eecc8a5be930fead061b8ca2755f22e78 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Fri, 6 May 2022 12:11:10 +0100 Subject: [PATCH] added command_wrapper for various other dmenu styled tools --- README.MD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 3334702..995739e 100644 --- a/README.MD +++ b/README.MD @@ -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