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:summary=Launch the Omarchy bar settings panel
|
||||||
# omarchy:group=launch
|
# omarchy:group=launch
|
||||||
# omarchy:name=settings
|
# omarchy:name=bar settings
|
||||||
# omarchy:args=[bar]
|
# omarchy:examples=omarchy launch bar settings | omarchy-launch-bar-settings
|
||||||
# omarchy:examples=omarchy launch settings | omarchy launch settings bar
|
|
||||||
|
|
||||||
case "${1:-}" in
|
if (($# > 0)); then
|
||||||
""|bar)
|
echo "Usage: omarchy-launch-bar-settings" >&2
|
||||||
;;
|
exit 1
|
||||||
*)
|
fi
|
||||||
echo "Usage: omarchy-launch-settings [bar]" >&2
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
exec omarchy-shell-ipc shell summon omarchy.settings "{}"
|
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.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.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.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"},
|
"setup.config.xcompose": {"icon":"","label":"XCompose","keywords":"compose key","action":"omarchy-launch-config-editor ~/.XCompose && omarchy-restart-xcompose"},
|
||||||
|
|
||||||
// Install
|
// Install
|
||||||
|
|||||||
Reference in New Issue
Block a user