Skip to content

SAANN3/Power-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Power menu Power menu

alt text

Power menu built in rust with dioxus!

How to build

git clone https://github.com/SAANN3/power-menu.git
cd Power-menu
cargo build 

Builded binary will be located in target/debug/power-menu

After that you can move binary anywhere

Usage

Add it to autostart and then, when you need to launch it, click on the power icon in the system tray

Styling

Open assets/main.css and edit the css class

:root {
    --global-color: aliceblue; // icons, text, borders,  basically all 
    --global-bg-color: #white; // background color
}

!! If styling doesn't applying, make sure that you have deleted 'assets' folder in place, where binary is located. !!

For example, to run app, you need to write

cargo run

But if you want to reset current stylings, you need to remove assets folder

rm -r target/debug/assets && cargo run

About

Power menu written in rust with dioxus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •