diff --git a/home/fhauser/applications/waybar.nix b/home/fhauser/applications/waybar.nix index ce54a60..0f125ef 100644 --- a/home/fhauser/applications/waybar.nix +++ b/home/fhauser/applications/waybar.nix @@ -12,15 +12,15 @@ modules-right = [ "backlight" "idle_inhibitor" - "bluetooth" - "cpu" + #"cpu" "temperature" - "memory" - "disk" + #"memory" + #"disk" "network" - "pulseaudio" + "bluetooth" #"custom/keyboard-layout" "battery" + "pulseaudio" "tray" "clock" ]; @@ -34,7 +34,7 @@ }; battery = { - interval = 10; + interval = 60; states = { warning = 15; critical = 10; @@ -82,7 +82,7 @@ network = { interval = "5"; - format-wifi = " {essid} ({signalStrength}%)"; # Icon: wifi + format-wifi = " {essid}: {ipaddr} ({signalStrength}%)"; # Icon: wifi format-ethernet = "🔗 {ifname}: {ipaddr}/{cidr}"; # Icon: ethernet format-disconnected = "🔗"; tooltip-format = "{ifname}: {ipaddr}"; @@ -140,7 +140,6 @@ "" # Icon: temperature-full ]; tooltip = "true"; - hwmon-path = "/sys/class/hwmon/hwmon3/temp1_input"; }; idle_inhibitor = {