Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bluetooth indicator extension #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# To only build some of the extensions, remove
# the unwanted ones from the $extensions variable.
extensions=('brightness' 'volume' 'user' 'location')
extensions=('brightness' 'volume' 'user' 'location' 'bluetooth')
pkgbase='$appname-git'
for e in ${extensions[@]}; do
local pkg=gnome-shell-extension-hide-$e-git
Expand Down
2 changes: 1 addition & 1 deletion extension.js.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const item = imports.ui.main.panel.statusArea.aggregateMenu.${item}.actor;
const item = imports.ui.main.panel.statusArea.aggregateMenu.${item};

let registration;

Expand Down
9 changes: 5 additions & 4 deletions extensions.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name,author,item,description
Brightness Slider,xzs,_brightness._item,Hides the brightness slider from the aggregate menu
Location Options,xzs,_location._item,Hides the location options from the aggregate menu
User Switch,xzs,_system._switchUserSubMenu,"Hides the switch user sub menu from the aggregated menu, removing the logout option. Handy for a single-user system"
Volume Controls,xzs,_volume._volumeMenu,Hides the volume controls from the aggregate menu. The volume can still be adjusted via hardware keys
Brightness Slider,xzs,_brightness._item.actor,Hides the brightness slider from the aggregate menu
Location Options,xzs,_location._item.actor,Hides the location options from the aggregate menu
User Switch,xzs,_system._switchUserSubMenu.actor,"Hides the switch user sub menu from the aggregated menu, removing the logout option. Handy for a single-user system"
Volume Controls,xzs,_volume._volumeMenu.actor,Hides the volume controls from the aggregate menu. The volume can still be adjusted via hardware keys
Bluetooth Indicator,brad,_bluetooth._indicator,Hides the bluetooth indicator from the aggregate menu