Skip to content

Pavel-N/rpower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpower

Power menu written in Rust, because I've grown bored of rofi and needed something simple, customizable and (kinda) light.

Prequesities

Instalation

To build as release and initialize config directory:

$ make

Configuration

All configuration is located in $HOME/.config/rpower

Window

  • width => Window width
  • height => Window height
  • background => Color of background behind buttons (format: [r, g, b])

Buttons

  • commands => List of commands coresponding to each button
  • icon_names => List of icon filenames (without extension) in the icons folder
  • icon_colors => List of icons colors
  • normal_colors => List of button background colors when not hovered
  • hover_colors => List of button background colors when hovered
  • You can change any button to any svg inside the icon folder using icon_names
  • Included icons come source:

Known bugs

  • This Iced error message can sometimes appear, however it should not cause major problems