Fix hyprland.lua

This commit is contained in:
myve 2026-08-07 04:30:50 +00:00
commit ddfa862bbb

View file

@ -552,8 +552,8 @@ case ${desktop_choice} in
# Config # Config
# curl --silent --fail https://raw.githubusercontent.com/hyprwm/Hyprland/refs/heads/main/example/hyprland.lua |\ # curl --silent --fail https://raw.githubusercontent.com/hyprwm/Hyprland/refs/heads/main/example/hyprland.lua |\
cat /usr/share/hypr/hyprland.lua |\ cat /usr/share/hypr/hyprland.lua |\
sed -e '/local terminal/c local terminal = footclient' \ sed -e "/local terminal/c local terminal = \"footclient\"" \
-e '/local menu/c local menu = bemenu-run -p "" --no-overlap --tb "##285577" --hb "##285577" --tf "##eeeeee" --hf "##eeeeee" --nf "##bbbbbb"' \ -e "/local menu/c local menu = \"bemenu-run -p '' --no-overlap --tb '##285577' --hb '##285577' --tf '##eeeeee' --hf '##eeeeee' --nf '##bbbbbb'\"" \
> ~/.config/hypr/hyprland.lua > ~/.config/hypr/hyprland.lua
# sed -e '/Autostart/i exec-once = /usr/lib/polkit-kde-authentication-agent-1' \ # sed -e '/Autostart/i exec-once = /usr/lib/polkit-kde-authentication-agent-1' \
# -e '/Autostart/i exec-once = waybar -c ~/.config/waybar/waybar.conf' \ # -e '/Autostart/i exec-once = waybar -c ~/.config/waybar/waybar.conf' \