diff options
| author | ryukamish <[email protected]> | 2026-04-11 23:16:32 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-04-11 23:16:32 +0530 |
| commit | 670b57b40809f8d177762a505f024804ee778589 (patch) | |
| tree | a8b4135debcea315d5aa47cbc46f77b0e86d014e | |
| parent | 909a6da9cf342ccc4d1eef0dbdb12b56d211fafe (diff) | |
chore: module rearrangement
| -rw-r--r-- | waybar/config.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 80462d7..56c24bf 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -3,9 +3,9 @@ "position": "top", "modules-left": [ "clock", + "custom/uptime", "custom/screenrecording-indicator", - "niri/window", - "custom/uptime" + "niri/window" ], "modules-center": [ "custom/workspaces", |
