Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions bin/omarchy-capture-color
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

# omarchy:summary=Use hyprpicker to get a color
# omarchy:group=capture

COLOR=$(pkill hyprpicker || hyprpicker -a)

omarchy-notification-send "󰃉" "Hex code copied to clipboard" "$COLOR"
2 changes: 1 addition & 1 deletion bin/omarchy-menu
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ show_capture_menu() {
*Screenshot*) omarchy-capture-screenshot ;;
*Screenrecord*) show_screenrecord_menu ;;
*Text*) omarchy-capture-text-extraction ;;
*Color*) pkill hyprpicker || hyprpicker -a ;;
*Color*) omarchy-capture-color;;
*) back_to show_trigger_menu ;;
esac
}
Expand Down