From 28ab87f5885b08d78a23adde93052d993ba65497 Mon Sep 17 00:00:00 2001 From: "Adrian Gunnar Lauterer (aider)" Date: Sun, 25 May 2025 21:55:35 +0200 Subject: [PATCH] style: add missing spaces after commas in modules-right list in waybar config --- home/gunalx/waybar.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/gunalx/waybar.nix b/home/gunalx/waybar.nix index 21c848f..57968c8 100644 --- a/home/gunalx/waybar.nix +++ b/home/gunalx/waybar.nix @@ -23,9 +23,9 @@ in "modules-left": ["custom/overview", "custom/launcher", "sway/workspaces", "niri/workspaces"], "modules-center": ["niri/window"], "modules-right": [ - "idle_inhibitor","backlight","pulseaudio","keyboard-state", - "network","cpu","memory","temperature","battery", - "power-profiles-daemon","clock","tray","custom/power" + "idle_inhibitor", "backlight", "pulseaudio", "keyboard-state", + "network", "cpu", "memory", "temperature", "battery", + "power-profiles-daemon", "clock", "tray", "custom/power" ], "custom/launcher": {