diff --git a/.config/ags/modules/.configuration/default_options.jsonc b/.config/ags/modules/.configuration/default_options.jsonc index a5326cfba..e20975e1b 100644 --- a/.config/ags/modules/.configuration/default_options.jsonc +++ b/.config/ags/modules/.configuration/default_options.jsonc @@ -53,6 +53,16 @@ "taskManager": "gnome-usage", "terminal": "foot" // This is only for shell actions }, + "bar": { + // Whether to show Swap and CPU usage when there's media. RAM is always shown. + "alwaysShowFullResources": false, + // Array of bar modes for each monitor. Hit Ctrl+Alt+Slash to cycle. + // Modes: "normal", "focus" (workspace indicator only), "nothing" + // Example for four monitors: ["normal", "focus", "normal", "nothing"] + "modes": [ + "normal" + ] + }, "battery": { "low": 20, "critical": 10, @@ -275,15 +285,5 @@ "prevTab": "Ctrl+Page_Up", "cycleTab": "Ctrl+Tab" } - }, - "bar": { - // Whether to show Swap and CPU usage when there's media. RAM is always shown. - "alwaysShowFullResources": false, - // Array of bar modes for each monitor. Hit Ctrl+Alt+Slash to cycle. - // Modes: "normal", "focus" (workspace indicator only), "nothing" - // Example for four monitors: ["normal", "focus", "normal", "nothing"] - "modes": [ - "normal" - ] } } \ No newline at end of file