Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1017 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 1017 Bytes

Bumblebee Indicator Gnome Shell Extension

A Gnome Shell extension that indicates your Nvidia card status while using Bumblebee, just like bumblebee-indicator.

Icons used are taken from the Bumblebee Project

Localization

If you want to localize this extension, just follow these steps:

  1. Create an empty language directory in $extpath/[email protected]/locale:

    ~/ext-path$ mkdir /[email protected]/locale/fr_FR

  2. cd into $extpath/tools and run update-localization.sh

    ~/ext-path$ cd tools; ./update-localization.sh

  3. Edit the newly created $extpath/[email protected]/locale/$lang/LC_MESSAGES/bumblebee-indicator.po

  4. Rerun update-localization.sh (to regenerate .mo files)

    ~/ext-path/tools$ ./update-localization.sh

To update existing translations just run update-localization.sh.