Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.59 KB

README.md

File metadata and controls

43 lines (34 loc) · 1.59 KB

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