Waybar to include NM

This commit is contained in:
Trevor Vallender 2023-07-06 15:55:56 +01:00
parent 069a94666f
commit 10cae7347a
2 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@ monitor=DP-2, preferred, auto, auto
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch # Execute your favorite apps at launch
exec-once = waybar & hyprpaper & dunst & kitty exec-once = waybar & hyprpaper & dunst & nm-applet & kitty
# /nix/store/$(ls -la /nix/store | grep 'mate-polkit' | grep '4096' | awk '{print $9}' | sed -n '$p')/libexec/polkit-mate-authentication-agent-1 # /nix/store/$(ls -la /nix/store | grep 'mate-polkit' | grep '4096' | awk '{print $9}' | sed -n '$p')/libexec/polkit-mate-authentication-agent-1
# Source a file (multi-file configs) # Source a file (multi-file configs)

View File

@ -20,10 +20,8 @@
], ],
"modules-right": [ "modules-right": [
"custom/leftside", "custom/leftside",
"network",
"pulseaudio", "pulseaudio",
"tray", "tray",
"custom/power",
"custom/rightside", "custom/rightside",
], ],