waybar-modules

extend waybar functionality with custom waybar modules
Log | Files | Refs | README

Cargo.toml (167B)


      1 [package]
      2 name = "waybar-record"
      3 version = "0.1.0"
      4 edition = "2024"
      5 
      6 # Make the binary small
      7 [profile.release]
      8 opt-level = "z"
      9 lto = true
     10 strip = true
     11 panic = "abort"