Vendor the command set the menu and shell depend on

This commit is contained in:
2026-09-19 23:57:12 -04:00
parent 9501f2bb4d
commit c5434026a8
179 changed files with 12414 additions and 54 deletions
-1
View File
@@ -4,7 +4,6 @@ hl.on("hyprland.start", function()
hl.exec_cmd("dbus-update-activation-environment --systemd --all")
hl.exec_cmd("blob-launch-shell")
hl.exec_cmd("blob-provision-first-run")
hl.exec_cmd("blob-powerprofiles-init")
hl.exec_cmd(o.launch("blob-hypr-monitor-watch"))
hl.exec_cmd(o.launch("udiskie --automount --no-notify --no-tray"))
-1
View File
@@ -89,7 +89,6 @@ o.bind("SUPER + CTRL + ALT + T", "Show time", "blob-notification-time")
o.bind("SUPER + CTRL + ALT + B", "Show battery remaining", "blob-notification-battery")
o.bind("SUPER + CTRL + ALT + W", "Toggle weather", "blob-notification-weather")
o.bind("SUPER + SHIFT + CTRL + A", "Agent", "blob-agent --pick")
o.bind("SUPER + CTRL + A", "Audio", "blob-shell shell toggle blob.audio")
o.bind("SUPER + CTRL + B", "Bluetooth", "blob-shell shell toggle blob.bluetooth")
o.bind("SUPER + CTRL + D", "Display", "blob-shell shell toggle blob.monitor")