Skip to content

Commit 7db04f0

Browse files
md bug
1 parent 4b49531 commit 7db04f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Go to the 'System Tray Settings' menu and activate it :)
6666
| Interval configuration | set the interval between each execution of the update check function | the `updater` is launch each X minutes |
6767
| Debug | Enable the debug mode if set to true | Show each command launch by the plasmoid with `ARCHUPDATE` at the beggining (for regex search) |
6868
| Do not close the terminal at the end | if true add the `--noclose` flag into the `konsole` command | Prevent the console to close at the end of the update command |
69-
| Count ARCH command | The command you want to execute for counting the packages for CORE and EXTRA (default: `checkupdates | wc -l`) | `updater` exec this command |
70-
| Count AUR command | The command you want to execute for counting the packages for the other db (default: `yay -Qua | wc -l`) | `updater` exec this command |
69+
| Count ARCH command | The command you want to execute for counting the packages for CORE and EXTRA (default: `checkupdates | wc -l`) | The `updater` exec this command |
70+
| Count AUR command | The command you want to execute for counting the packages for the other db (default: `yay -Qua | wc -l`) | The `updater` exec this command |
7171
| Update command | The command you want to execute when the `update` action is called | Pass the command to `konsole -e` |
7272
| Show a dot in place of the label | Replace the label with a colored dot | If the total count is > than 0 the dot is visible, otherwise nothing is shown (no label, no dot) |
7373
| Custom dot color | If you want to customize the color of the dot | If not checked the dot get the color from your theme via `PlasmaCore.Theme.textColor` |

0 commit comments

Comments
 (0)