Add nm-applet

This commit is contained in:
ItsDrike 2025-09-13 12:06:03 +02:00
parent ad405ca268
commit 3725d5e1e3
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
2 changed files with 17 additions and 3 deletions

View file

@ -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

View file

@ -98,8 +98,8 @@ paru -S --noconfirm --needed \
# Other Utilities # Other Utilities
paru -S --noconfirm --needed \ paru -S --noconfirm --needed \
nm-connection-editor ffmpegthumbnailer hyfetch fastfetch tesseract tesseract-data-eng \ nm-connection-editor network-manager-applet ffmpegthumbnailer hyfetch fastfetch \
nvtop tesseract tesseract-data-eng nvtop
# Themes (Qt theme, GTK theme, icons theme, cursor theme) # Themes (Qt theme, GTK theme, icons theme, cursor theme)
paru -S --noconfirm --needed \ paru -S --noconfirm --needed \
@ -147,7 +147,7 @@ gsettings set org.gnome.desktop.interface cursor-size 24
# Services # Services
sudo systemctl enable --now seatd.service 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 "GUI Installation finished, you should now reboot and run uwsm start hyprland.desktop"
echo "" echo ""