Skip to content

Collection of Python plugins for the Pop!_OS launcher

License

Notifications You must be signed in to change notification settings

pbui/pop-launcher-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pop Launcher Plugins

A collection of Python plugins for pop-launcher.

  1. display: A command for setting external monitor configuration using xrandr.

    Usage: [display|vga|hdmi|dp|xrandr] [above|below|left|right|only|clone|off]
    
    First parameter is ignored.  Second parameter is one of the following
    external display layouts:
    
        above   Set external display above internal display
        below   Set external display below internal display
        left    Set external display to the left of internal display
        right   Set external display to the right of internal display
        only    Set external display as only display
        clone   Set external display as the same as internal display
        off     Turn off external display
    
  2. pass: A command for accessing passwords from user's password store.

    Usage: pass [account]
    
    This will lookup [account] in your password store and copy it to your
    clipboard.
    

Install

To install all the plugins to the pop-launcher scripts directory, you can run the following:

$ make install

Alternatively, copy the plugin you wish to run to the pop-launcher scripts directory:

$ cp -fr display ~/.local/share/pop-launcher/plugins

About

Collection of Python plugins for the Pop!_OS launcher

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published