Skip to content

Commit

Permalink
Fix usage.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
clsty committed Feb 27, 2024
1 parent 122439c commit c8750fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/en/i-i/02.usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ windowrule = noblur,.* # Disables blur for windows. Substantially improves perf
# Configuring AGS
The topbar, left/right sidebars and keybinding cheetsheat are powered by AGS.

Configuring AGS requires a relatively high level of technical expertise compared to other "framworks" such as EWW (refer to [AGS Docs](https://aylur.github.io/ags-docs) and Dev Notes here if you're still interested).
However, we have managed to reduce the complexity of some common configurations, as explained below.
Configuring AGS requires a relatively high level of technical expertise compared to other "framworks" such as EWW (refer to [AGS Docs](https://aylur.github.io/ags-docs) and also Dev Notes here if you're still interested).
However, we have managed to reduce the complexity of some common configurations, as described below.

:::note
For configs that are not limited to AGS, see the "Misc" section.
Expand All @@ -143,7 +143,7 @@ env=AGS_WEATHER_CITY, toronto
Polling Bash script is not a good idea considering performance, but Bash is relatively easier to edit.
:::
When the script `~/.cache/ags/user/scripts/custom-module-poll.sh` exists, AGS will not display system resource indicators.
Instead, it executes the script 5000ms (default) repeatedly, and displays the output.
Instead, it executes the script for every 5000ms (default) repeatedly, and displays the output.

For example, to display the available storage space of path `/`:
```bash title="~/.cache/ags/user/scripts/custom-module-poll.sh"
Expand Down

0 comments on commit c8750fc

Please sign in to comment.