Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

Update waybar thingies


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (May 22, 2026, 11:17 AM +0200) 01fac8cd 7e60b1ba

+5 -3
+5 -3
home/modules/niri/waybar.nix
··· 124 124 125 125 cpu = { 126 126 format = " {usage}% "; 127 - on-click = "wezterm -e htop"; 127 + on-click = "wezterm -e btop -p 1"; 128 128 }; 129 129 130 130 memory = { 131 131 format = " {}% "; 132 - on-click = "wezterm -e btop"; 132 + on-click = "wezterm -e btop -p 0"; 133 133 }; 134 134 135 135 network = { ··· 142 142 tooltip-format-ethernet = " {ifname} ({ipaddr}/{cidr})"; 143 143 tooltip-format-disconnected = "Disconnected"; 144 144 max-length = 50; 145 - on-click = "wezterm -e nmtui connect"; 145 + on-click = "nm-connection-editor"; 146 + on-click-right = "wezterm -e nmtui connect"; 147 + 146 148 }; 147 149 148 150 battery = {