You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ Go to the 'System Tray Settings' menu and activate it :)
66
66
| Interval configuration | set the interval between each execution of the update check function | the `updater` is launch each X minutes |
67
67
| Debug | Enable the debug mode if set to true | Show each command launch by the plasmoid with `ARCHUPDATE` at the beggining (for regex search) |
68
68
| 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`) | 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 |
69
+
| 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 |
70
+
| 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 |
71
71
| Update command | The command you want to execute when the `update` action is called | Pass the command to `konsole -e`|
72
72
| 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) |
73
73
| 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