From 707934a1b706c1ed5fadd3e0437c32d24297b414 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Wed, 3 Sep 2025 14:46:19 +0200 Subject: [PATCH] chore: adds back normal am/pm time and move minutes to slide-out-menu; adds ssid to network thingy --- modules/home/waybar/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index 5572f57..dfe464a 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -85,7 +85,7 @@ "network": { "format": "󰈀 {ifname}", - "format-wifi": " {ipaddr}/{cidr} {signalStrength}%", + "format-wifi": " {essid} - {ipaddr}/{cidr} {signalStrength}%", "format-ethernet": "󰈀 {ipaddr}/{cidr}", "format-disconnected": "󰈂", "tooltip-format": "{ifname} via {gwaddr}", @@ -316,7 +316,7 @@ "group/clock": { "orientation": "horizontal", - "modules": [ "custom/clock#minutes", "clock#time", "clock#date" ], + "modules": [ "clock#time", "custom/clock#minutes", "clock#date" ], "drawer": { "transition-left-to-right": false, "transition-duration": 500 @@ -349,7 +349,7 @@ "clock#time": { "interval": 60, - "format": " {:%I:%M %p}", + "format": " {:%I:%M %p}", "actions": { "on-scroll-up": "tz_up", "on-scroll-down": "tz_down"