mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 10:40:04 +00:00
Add nm-applet
This commit is contained in:
parent
ad405ca268
commit
3725d5e1e3
2 changed files with 17 additions and 3 deletions
14
home/.config/systemd/user/nm-applet.service
Normal file
14
home/.config/systemd/user/nm-applet.service
Normal 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
|
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue