diff --git a/bin/omarchy-menu b/bin/omarchy-menu index ce94bae..1b2bbfa 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -377,11 +377,12 @@ go_to_menu() { *screenrecord*) show_screenrecord_menu ;; *toggle*) show_toggle_menu ;; *setup*) show_setup_menu ;; + *power*) show_setup_power_menu ;; *install*) show_install_menu ;; *remove*) show_remove_menu ;; *update*) show_update_menu ;; - *system*) show_system_menu ;; *about*) alacritty --class Omarchy -o font.size=9 -e bash -c 'fastfetch; read -n 1 -s' ;; + *system*) show_system_menu ;; esac } diff --git a/bin/omarchy-reset-sudo b/bin/omarchy-reset-sudo index 1829496..9482262 100755 --- a/bin/omarchy-reset-sudo +++ b/bin/omarchy-reset-sudo @@ -1,4 +1,4 @@ #!/bin/bash -echo "Resetting sudo lockout for user: $USER" +# Resetting sudo lockout for user su -c "faillock --reset --user $USER" diff --git a/config/waybar/config.jsonc b/config/waybar/config.jsonc index ab1cf55..93873b7 100644 --- a/config/waybar/config.jsonc +++ b/config/waybar/config.jsonc @@ -88,6 +88,7 @@ "tooltip-format-discharging": "{power:>1.0f}W↓ {capacity}%", "tooltip-format-charging": "{power:>1.0f}W↑ {capacity}%", "interval": 5, + "on-click": "omarchy-menu power", "states": { "warning": 20, "critical": 10 diff --git a/install.sh b/install.sh index 44e2887..794aad4 100755 --- a/install.sh +++ b/install.sh @@ -52,9 +52,6 @@ source $OMARCHY_INSTALL/login/plymouth.sh source $OMARCHY_INSTALL/login/limine-snapper.sh source $OMARCHY_INSTALL/login/alt-bootloaders.sh -# Pin bad packages -sudo pacman -U --noconfirm https://pkgs.omarchy.org/x86_64/abseil-cpp-20250512.1-1-x86_64.pkg.tar.zst - # Reboot clear tte -i ~/.local/share/omarchy/logo.txt --frame-rate 920 laseretch diff --git a/install/config/hardware/network.sh b/install/config/hardware/network.sh index 7013883..ff2e03e 100755 --- a/install/config/hardware/network.sh +++ b/install/config/hardware/network.sh @@ -4,7 +4,7 @@ # This can happen if archinstall used ethernet if ! command -v iwctl &>/dev/null; then sudo pacman -S --noconfirm --needed iwd - chrootable_systemctl_enable iwd.service + sudo systemctl enable iwd.service fi # Prevent systemd-networkd-wait-online timeout on boot diff --git a/install/packages.ignored b/install/packages.ignored index 0b612e3..e69de29 100644 --- a/install/packages.ignored +++ b/install/packages.ignored @@ -1 +0,0 @@ -abseil-cpp diff --git a/install/packages.pinned b/install/packages.pinned index f349af9..e69de29 100644 --- a/install/packages.pinned +++ b/install/packages.pinned @@ -1 +0,0 @@ -https://pkgs.omarchy.org/x86_64/abseil-cpp-20250512.1-1-x86_64.pkg.tar.zst