dmenu -> rofi

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent f936b8d0db
commit bd13baa2eb
33 changed files with 13 additions and 3123 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
dmenu="dmenu -p volume"
menu="rofi -menu"
volume=$(echo -e "0\n25\n50\n75\n100" | $dmenu)
pulsemixer --set-volume $volume