Add TODOs

This commit is contained in:
2024-06-26 20:17:32 +01:00
parent f2420bec9f
commit b922f4bcb8
9 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
# TODO
## SCRIPT
- Dmenu bookmarks + search
- Add bookmarks/Remove
- Detect follow up input for engines
- Launch default browser with search/bookmark
## DWM
- Web Browser shortcut -> META+SHIFT+W
- Bookmarks + Search dmenu script -> META+W

View File

@@ -22,7 +22,7 @@ case 1 in
$((vol >= 70)) ) icon=" " ;;
$((vol >= 30)) ) icon=" " ;;
$((vol >= 1)) ) icon=" " ;;
* ) echo " " && exit ;;
* ) echo " " && exit ;;
esac
echo "$icon$vol%"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.