Search Criteria
Package Details: rofi-bluetooth-git r33.9d91c04-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/rofi-bluetooth-git.git (read-only, click to copy) |
|---|---|
| Package Base: | rofi-bluetooth-git |
| Description: | A script that generates a rofi menu that uses bluetoothctl to connect to bluetooth devices and display status info |
| Upstream URL: | https://github.com/nickclyde/rofi-bluetooth |
| Keywords: | bluetooth rofi |
| Licenses: | GPL-3.0 |
| Submitter: | alecmev |
| Maintainer: | alecmev (clydedroid) |
| Last Packager: | alecmev |
| Votes: | 11 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-02-26 14:36 (UTC) |
| Last Updated: | 2023-09-10 21:02 (UTC) |
Latest Comments
Ozy commented on 2026-02-16 21:28 (UTC)
This is currently not working with the latest bluetoothctl version (bluez-utils 5.86-2) due to a bug suppressing all output outside of an interactive environment. Issue is already reported on the bluez repo: https://github.com/bluez/bluez/issues/1896
Anyone desperately wanting to fix this locally can downgrade bluez and bluez-utils, or edit the source to replace instances of
bluetoothctl showwithecho show | bluetoothctl(and same withinfoand any other command where the output is parsed)alecmev commented on 2023-09-10 21:00 (UTC)
@iloveunicorns Thanks, done!
iloveunicorns commented on 2023-08-20 16:17 (UTC)
please add bc as a dependencies (i had to install it in the aftermath)
alecmev commented on 2023-02-13 22:29 (UTC)
@glostis Thanks, done!
glostis commented on 2023-02-03 12:12 (UTC)
Hi @alecmev, Upstream pull request #23 has removed the hardcoded rofi options and replaced them with a catchall that adds any bash arguments passed to the
rofi-bluetoothcommand.I therefore think that the sed command in PKGBUILD can be removed.
alecmev commented on 2022-01-07 15:40 (UTC)
@glostis Hi! The reason is listed here (should be a comment in PKGBUILD, will add it later). The best way is probably to make it configurable upstream, but I figured "less opinionated" is better than "more opinionated", package-wise.
glostis commented on 2021-12-20 20:44 (UTC)
Hi,
I'm wondering why the PKGBUILD features a sed command that substitutes the
rofi_command="rofi -dmenu -no-fixed-num-lines -yoffset -100 -i -p"line with
rofi_command="rofi -dmenu -p"?This seems to break the intended layout of the rofi window