Thanks to visit codestin.com
Credit goes to github.com

Skip to content

iAMX11/mockeys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mockeys

Gnome-shell extension that adds buttons for MOC player to the panel.

Changelog

  • v.10

    • BUMP to gnome-shell 3.24
  • v.8

    • If mocp is not running, pause button will start it.

Settings

To change buttons position in the right menu, replace 2 by 0 or 1 in ~/.local/share/gnome-shell/extensions/mockeys@mafflin/extension.js

function enable() {
    Main.panel._rightBox.insert_child_at_index(button3, 2);
    Main.panel._rightBox.insert_child_at_index(button2, 2);
    Main.panel._rightBox.insert_child_at_index(button1, 2);
}

Also you can replace _rightBox by _leftBox or _centerBox, to change global position.

About

Gnome-shell panel buttons for MOC player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published