Skip to content

Commit ad4d614

Browse files
update doc
1 parent c2c05ee commit ad4d614

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,20 @@ Go to the 'System Tray Settings' menu and activate it :)
6161

6262
| Name | Description | Result |
6363
|--|--|--|
64+
| Command & Debug | | |
6465
| Interval configuration | set the interval between each execution of the update check function | the `updater` is launch each X minutes |
6566
| Debug | Enable the debug mode if set to true | Show each command launch by the plasmoid with `ARCHUPDATE` at the beggining (for regex search) |
6667
| 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 |
6768
| Count ARCH command | The command you want to execute for counting the packages for CORE and EXTRA (default: `checkupdates [pipe] wc -l`) | The `updater` exec this command |
6869
| Count AUR command | The command you want to execute for counting the packages for the other db (default: `yay -Qua [pipe] wc -l`) | The `updater` exec this command |
6970
| Update command | The command you want to execute when the `update` action is called | Pass the command to `konsole -e` |
71+
| Display | | |
7072
| 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) |
7173
| 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` |
7274
| Separate result | If you want to have the total for *arch* and the total for the other db in the label | Set the label text to `' ' + totalArch + separator + totalAur + ' '` |
7375
| Separator | The text you want to have for, space available | Inject the text you put into the label |
76+
| Mouse action | | |
77+
| Click configuration | Choose the type of action you want to do for each click on the mouse | Left click to check, middle click to update OR Middle click to check, left click to update |
7478

7579
### Regarding the customization of the commands
7680

0 commit comments

Comments
 (0)