Add seconds to the clock; add a few more useful modules
diff --git a/src/apps/personal/waybar.nix b/src/apps/personal/waybar.nix
index 2421156..19d238a 100644
--- a/src/apps/personal/waybar.nix
+++ b/src/apps/personal/waybar.nix
@@ -3,17 +3,18 @@
         enable = true;
         settings = [
             {
-                modules-left = ["sway/mode" "sway/workspaces"];
+                modules-left = ["sway/workspaces"];
 
                 modules-center = ["sway/window"];
 
-                modules-right = ["battery" "clock"];
+                modules-right = ["backlight" "pulseaudio" "network" "battery" "clock"];
 
                 modules = {
                     battery.bat = "BAT0";
                     "sway/window" = {
                         max-length = 50;
                     };
+                    clock.format = "{%H:%M:%S}";
                 };
             }
         ];