Power menu written in Rust, because I've grown bored of rofi and needed something simple, customizable and (kinda) light.
To build as release and initialize config directory:
$ make
All configuration is located in $HOME/.config/rpower
width
=> Window widthheight
=> Window heightbackground
=> Color of background behind buttons (format:[r, g, b]
)
commands
=> List of commands coresponding to each buttonicon_names
=> List of icon filenames (without extension) in the icons foldericon_colors
=> List of icons colorsnormal_colors
=> List of button background colors when not hoveredhover_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:
- This Iced error message can sometimes appear, however it should not cause major problems