mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add setting up fingerprint too
This commit is contained in:
@@ -12,7 +12,8 @@ show_cmd_menu() {
|
||||
Toggle Nightlight
|
||||
Toggle Idle Lock
|
||||
Toggle Top Bar
|
||||
Update Timezone"
|
||||
Update Timezone
|
||||
Setup Fingerprint"
|
||||
local selection=$(echo -e "$menu_options" | walker --dmenu --theme dmenu_250 -p "Trigger Command")
|
||||
|
||||
case "$selection" in
|
||||
@@ -28,6 +29,7 @@ show_cmd_menu() {
|
||||
*Idle*) ~/.local/share/omarchy/bin/omarchy-toggle-idle ;;
|
||||
*Bar*) pkill -SIGUSR1 waybar ;;
|
||||
*Timezone*) ~/.local/share/omarchy/bin/omarchy-cmd-tzupdate ;;
|
||||
*Fingerprint*) ~/.local/share/omarchy/bin/omarchy-setup-fingerprint ;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user