diff options
| author | nnyyxxxx <nnyyxxxx@protonmail.com> | 2025-03-06 17:24:44 -0500 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-03-22 23:14:51 -0700 |
| commit | 7210045b2a058c4be7bef6fd2059f337bf53b1ec (patch) | |
| tree | ac80aff269a65c16b49e95fb164aef91c3547af8 /src/cli.rs | |
| parent | ed20822ce947198e4106698d7afffd0a832a7b3c (diff) | |
| download | niri-7210045b2a058c4be7bef6fd2059f337bf53b1ec.tar.gz niri-7210045b2a058c4be7bef6fd2059f337bf53b1ec.tar.bz2 niri-7210045b2a058c4be7bef6fd2059f337bf53b1ec.zip | |
feat: support color picker functionality
chore: format code
refactor: improve quality
feat: implement gnomes PickColor method
refactor: minor code extraction
misc: fix reviews
fixes
Diffstat (limited to 'src/cli.rs')
| -rw-r--r-- | src/cli.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,6 +77,8 @@ pub enum Msg { FocusedWindow, /// Pick a window with the mouse and print information about it. PickWindow, + /// Pick a color from the screen with the mouse. + PickColor, /// Perform an action. Action { #[command(subcommand)] |
