hyprland: switched to nm-applet

This commit is contained in:
Aly Raffauf 2024-04-12 22:52:22 -04:00
parent 567ec79b6e
commit 9f7766837a
2 changed files with 5 additions and 2 deletions

View file

@ -31,15 +31,16 @@
# Packages that should be installed to the user profile. # Packages that should be installed to the user profile.
home.packages = with pkgs; [ home.packages = with pkgs; [
# brightnessctl # brightnessctl
# hyprnome
celluloid celluloid
evince evince
gnome.eog gnome.eog
gnome.file-roller gnome.file-roller
hyprcursor hyprcursor
hyprland-protocols hyprland-protocols
# hyprnome
hyprshot hyprshot
kdePackages.polkit-kde-agent-1 kdePackages.polkit-kde-agent-1
networkmanagerapplet
playerctl playerctl
swayosd swayosd
trayscale trayscale
@ -158,6 +159,8 @@
exec-once = ${pkgs.hyprshade}/bin/hyprshade auto exec-once = ${pkgs.hyprshade}/bin/hyprshade auto
exec-once = ${pkgs.hypridle}/bin/hypridle exec-once = ${pkgs.hypridle}/bin/hypridle
exec-once = ${pkgs.swayosd}/bin/swayosd-server exec-once = ${pkgs.swayosd}/bin/swayosd-server
exec-once = ${pkgs.networkmanagerapplet}/bin/nm-applet
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/ # For all categories, see https://wiki.hyprland.org/Configuring/Variables/
input { input {

View file

@ -29,7 +29,7 @@
modules-right = [ modules-right = [
"tray" "tray"
"bluetooth" "bluetooth"
"network" # "network"
"pulseaudio" "pulseaudio"
# "wireplumber" # "wireplumber"
"group/power" "group/power"