diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 594c6f72..ed6d24a9 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -16,8 +16,8 @@ "modules-right": [ "network", "bluetooth", + "battery", "custom/notifs", - "battery", "memory", "cpu", "custom/swaync", diff --git a/.config/waybar/modules.jsonc b/.config/waybar/modules.jsonc index f995bf15..3df0b131 100644 --- a/.config/waybar/modules.jsonc +++ b/.config/waybar/modules.jsonc @@ -30,10 +30,6 @@ "tooltip-format": "{status} - {device_alias}", "on-click": "blueman-manager" }, - "custom/notifs": { - "format": "", - "on-click": "swaync-client --open-panel" - }, "battery": { "format": "{icon} {capacity}%", "format-plugged": "󰂄 {capacity}%", @@ -49,6 +45,10 @@ "" ] }, + "custom/notifs": { + "format": "", + "on-click": "swaync-client --open-panel" + }, "memory": { "format": " {percentage}%", "tooltip-format": "{used:0.1f}GiB, {swapUsed:0.1f}GiB Swap" diff --git a/.nixos b/.nixos index 3be9cbe6..5d02f49c 160000 --- a/.nixos +++ b/.nixos @@ -1 +1 @@ -Subproject commit 3be9cbe622257f65b0a6573b9080784e3c3d9774 +Subproject commit 5d02f49c437dba52fb8b77f9ab23575b4c027727