From 3725d5e1e34ca5ea3b87193e0095b4171905516c Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 13 Sep 2025 12:06:03 +0200 Subject: [PATCH] Add nm-applet --- home/.config/systemd/user/nm-applet.service | 14 ++++++++++++++ install_gui.sh | 6 +++--- 2 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 home/.config/systemd/user/nm-applet.service diff --git a/home/.config/systemd/user/nm-applet.service b/home/.config/systemd/user/nm-applet.service new file mode 100644 index 0000000..0029255 --- /dev/null +++ b/home/.config/systemd/user/nm-applet.service @@ -0,0 +1,14 @@ +[Unit] +Description=Network Manager Applet +After=graphical-session.target +PartOf=graphical-session.target + +[Service] +Type=simple +ExecStart=/usr/bin/nm-applet +Restart=on-failure + +Slice=sessoin-graphical.slice + +[Install] +WantedBy=graphical-session.target diff --git a/install_gui.sh b/install_gui.sh index 4e95d72..1b29a36 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -98,8 +98,8 @@ paru -S --noconfirm --needed \ # Other Utilities paru -S --noconfirm --needed \ - nm-connection-editor ffmpegthumbnailer hyfetch fastfetch tesseract tesseract-data-eng \ - nvtop + nm-connection-editor network-manager-applet ffmpegthumbnailer hyfetch fastfetch \ + tesseract tesseract-data-eng nvtop # Themes (Qt theme, GTK theme, icons theme, cursor theme) paru -S --noconfirm --needed \ @@ -147,7 +147,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24 # Services sudo systemctl enable --now seatd.service -systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service +systemctl --user enable polkit-gnome-agent.service fumon.service hyprpaper.service hypridle.service hyprsunset.service elephant.service walker.service swaync.service systemd-lock-handler.service hyprlock.service swaync-inhibit-lock.service swaync-inhibit-unlock.service pcmanfm-qt.service nm-applet.service echo "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop" echo ""