diff --git a/modules/hyprland/home.nix b/modules/hyprland/home.nix index dedf650..aedc3b5 100644 --- a/modules/hyprland/home.nix +++ b/modules/hyprland/home.nix @@ -259,7 +259,7 @@ modules-left = [ "hyprland/workspaces" "hyprland/window" ]; modules-center = [ "clock" ]; - modules-right = [ "pulseaudio" "network" "backlight" "battery" "tray" ]; + modules-right = [ "pulseaudio" "backlight" "battery" "tray" ]; "hyprland/workspaces" = { format = "{name}"; @@ -289,13 +289,6 @@ tooltip-format = "{capacity}% • {timeTo}"; }; - "network" = { - format-wifi = "{essid} ({signalStrength}%) "; - format-ethernet = "{ipaddr}/{cidr} "; - format-disconnected = "Disconnected ⚠"; - tooltip-format = "{essid}\nIP: {ipaddr}\nSignal: {signalStrength}%"; - }; - "pulseaudio" = { format = "{volume}% {icon}"; format-bluetooth = "{volume}% {icon}"; @@ -317,7 +310,7 @@ device = "intel_backlight"; format = "{percent}% {icon}"; format-icons = ["" ""]; - on-click = "wl-gammactl"; + on-click = "nwg-displays"; tooltip-format = "Brightness: {percent}%"; }; @@ -377,11 +370,6 @@ color: #89b4fa; /* Blue - Battery */ } - #network { - padding: 0 10px; - color: #cba6f7; /* Purple - Network */ - } - /* Battery state colors override base color */ #battery.charging { color: #a6e3a1; /* Bright green when charging */ @@ -402,11 +390,6 @@ } } - /* Network disconnected state */ - #network.disconnected { - color: #f38ba8; /* Red when disconnected */ - } - /* Muted audio */ #pulseaudio.muted { color: #6c7086; /* Gray when muted */ diff --git a/modules/hyprland/system.nix b/modules/hyprland/system.nix index 44e1745..e9fa7d1 100644 --- a/modules/hyprland/system.nix +++ b/modules/hyprland/system.nix @@ -49,6 +49,6 @@ wofi networkmanagerapplet pavucontrol - wl-gammactl + nwg-displays ]; }