rofi-bluetooth
rofi-bluetooth copied to clipboard
🔷 A script that generates a rofi menu that uses bluetoothctl to connect to bluetooth devices and display status info.
It would be nice for downstream distros if there were a release tagged in git/GitHub.
I am really liking this application and am using it in my polybar. I would love to be able to display the remaining battery percentage of my connected device in...
Hi, I really enjoy this script but I would love if it weren't case sensitive. I don't see how case sensitivity is of any benefit for this utility and rofi...
Hello. I made a small modification to the print_status function by adding extra icons to display when bluetooth is off, on, or connected. In this way the user can know...
I can run the script from the command line just fine. However, I am running it on NixOS, and am trying to run it using an overlay. When I do...
Error says pango faliled to parse font. Setting the font through .Xresources also gives a similar error about pango.
In order to use a consistent theme, I hardcoded `-theme PATH_TO_MY_ROFI_THEME_FILE` into `rofi_command`. Should the script accept a `-theme` flag and modify `rofi_command` as a result based on the value...
This replaces the mapfile + bash array code with a simple pipe into a while loop and simplifies the logic a bit. It also makes the script more portable. The...
hello there :yum: :wave: just wanted to report a little bug trying to install this tool from the AUR with the `paru` AUR helper :wink: ``` > paru rofi-bluetooth-git 1...