Skip to content
/ sirula Public
forked from DorianRudolph/sirula

Simple app launcher for wayland written in rust

License

Notifications You must be signed in to change notification settings

jlo62/sirula

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sirula

Sirula (simple rust launcher) is an app launcher for wayland. Currently, the only feature is launching apps from .desktop files. Feel free to submit pull requests for any feature you like.

I wrote sirula partially to learn rust, so do not expect perfect rust code. I'd be happy to hear any criticism of my code.

Examples

sample-config/a:

open

sample-config/b: Overlay in the center of the screen.

Building

  • Dependency: gtk-layer-shell
  • Build: cargo build --release
    • Optionally, strip the binary to reduce size
  • Alternatively, install with cargo install --path .
  • There is also an unofficial AUR package

Configuration

Use config.toml and style.css in your .config/sirula directory. See sample-config for documentation.

About

Simple app launcher for wayland written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 89.4%
  • CSS 10.6%