Just go straight to the bar settings
This commit is contained in:
@@ -2,17 +2,12 @@
|
||||
|
||||
# omarchy:summary=Launch the Omarchy bar settings panel
|
||||
# omarchy:group=launch
|
||||
# omarchy:name=settings
|
||||
# omarchy:args=[bar]
|
||||
# omarchy:examples=omarchy launch settings | omarchy launch settings bar
|
||||
# omarchy:name=bar settings
|
||||
# omarchy:examples=omarchy launch bar settings | omarchy-launch-bar-settings
|
||||
|
||||
case "${1:-}" in
|
||||
""|bar)
|
||||
;;
|
||||
*)
|
||||
echo "Usage: omarchy-launch-settings [bar]" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
if (($# > 0)); then
|
||||
echo "Usage: omarchy-launch-bar-settings" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
exec omarchy-shell-ipc shell summon omarchy.settings "{}"
|
||||
|
||||
@@ -165,7 +165,7 @@
|
||||
"setup.config.hyprlock": {"icon":"","label":"Hyprlock","keywords":"lock","action":"omarchy-launch-config-editor ~/.config/hypr/hyprlock.conf"},
|
||||
"setup.config.hyprsunset": {"icon":"","label":"Hyprsunset","keywords":"night light","action":"omarchy-launch-config-editor ~/.config/hypr/hyprsunset.conf && omarchy-restart-hyprsunset"},
|
||||
"setup.config.walker": {"icon":"","label":"Walker","keywords":"launcher","action":"omarchy-launch-config-editor ~/.config/walker/config.toml && omarchy-restart-walker"},
|
||||
"setup.config.bar": {"icon":"","label":"Bar","keywords":"quickshell shell config settings widgets position","action":"omarchy-launch-settings bar"},
|
||||
"setup.config.bar": {"icon":"","label":"Bar","keywords":"quickshell shell config settings widgets position","action":"omarchy-launch-bar-settings"},
|
||||
"setup.config.xcompose": {"icon":"","label":"XCompose","keywords":"compose key","action":"omarchy-launch-config-editor ~/.XCompose && omarchy-restart-xcompose"},
|
||||
|
||||
// Install
|
||||
|
||||
Reference in New Issue
Block a user