aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authornnyyxxxx <nnyyxxxx@protonmail.com>2025-03-06 17:24:44 -0500
committerIvan Molodetskikh <yalterz@gmail.com>2025-03-22 23:14:51 -0700
commit7210045b2a058c4be7bef6fd2059f337bf53b1ec (patch)
treeac80aff269a65c16b49e95fb164aef91c3547af8 /src/cli.rs
parented20822ce947198e4106698d7afffd0a832a7b3c (diff)
downloadniri-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.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index a01bc109..ea8c422d 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -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)]