Skip to content

cobaltgit/ppmenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power Profile Menu (ppmenu)

Power profile picker for window managers using D-Bus!

Demonstration of ppmenu

Supported launchers

Requirements

  • power-profiles-daemon OR TLP >=1.9.0 (with tlp-pd running)
    • Exposes the org.freedesktop.UPower.PowerProfiles D-Bus object
  • One of the above launchers

Installation and usage

Download the binary from the latest release for your platform and drop it anywhere!

Usage examples:

  • Basic usage:
     # start ppmenu using dmenu
     $ ./ppmenu -l dmenu
  • Pass additional args to the launcher
     # start ppmenu using fuzzel with coloured prompt
     $ ./ppmenu -l fuzzel -a "--prompt-color=0047abff"