Skip to content

Commit a4af2c7

Browse files
update all the doc and the img
1 parent aa7c764 commit a4af2c7

19 files changed

+30
-7
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v6.0.0
2+
- Now a list of all the update is available on click (on systray and on plasmoid)
3+
- You can choose if the click refresh the list or open the list
4+
- You can personallyse the color of the list item
5+
- Each package on the list can be updated one by one if needed
6+
- The color of the icon should be correct on most of the theme now
7+
- refresh action is available on the menu
8+
19
### v5.1.0
210
- Thanks to Luis Bocanegra for finishing up the last warning on the plasma 6 upgrade
311
- The settings are divided by its theme now

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Arch update counter - plasma widget
22

3-
![screenshot of the aplet with all the alt](git-assets/img/v4.2.0/all-alt.png)
3+
![screenshot of the aplet with all the alt](git-assets/img/allalt.png)
44

5-
1 - dot w/ custom color | 2 - dot with theme color | 3 - label | 4 - label with separator | 5 - in the system tray
5+
1 - custom icon color | 2 - custom dot color | 3 - default dot | 4 - label with separator | 5 - label without separator | 6 - in the system tray | 7 - package list
66

77
## Description
88

@@ -16,7 +16,11 @@ Custom setting for the update command and for the count command !
1616

1717
You can choose between a dot or a label if an update is available.
1818

19-
Possibility to change the visual of the dot or the visual of the label.
19+
Possibility to change the visual of the dot, the visual of the label and the visual of the icon.
20+
21+
A popup list all the available update.
22+
23+
And a lot of settings is provided for customizing all that !
2024

2125
## Installation
2226

@@ -53,7 +57,7 @@ You need to have the following packages installed on your system:
5357

5458
Go to the 'System Tray Settings' menu and activate it :)
5559

56-
![screenshot of how to add in the systray](git-assets/img/v4.2.0/add-systray.png)
60+
![screenshot of how to add in the systray](git-assets/img/add-systray.png)
5761

5862
## Configuration
5963

@@ -67,14 +71,19 @@ Go to the 'System Tray Settings' menu and activate it :)
6771
| 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 |
6872
| 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 |
6973
| 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 |
70-
| Update command | The command you want to execute when the `update` action is called | Pass the command to `konsole -e` |
74+
| Update all command | The command for updating all the package at once | Pass the command to `konsole -e` |
75+
| Update one command | The command for updating one package via the popup | Pass the command to `konsole -e` and add the package name at the end |
7176
| Display | | |
7277
| 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) |
7378
| 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` |
7479
| 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 + ' '` |
7580
| Separator | The text you want to have for, space available | Inject the text you put into the label |
81+
| Popup | | |
82+
| Custom X color | You can tick the box if you want a custom color on the X element | Change the color on the popup element and on the preview in the same page |
83+
| Separator text | Custom text for the version separator | Use the text provided to separate versions in the text |
7684
| Mouse action | | |
7785
| 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 |
86+
| Main action behavior | If you want to refresh the list or open the popup when you click | Main click depend on the choice made in the Click configuration settings |
7887

7988
### Regarding the customization of the commands
8089

@@ -84,10 +93,16 @@ In no case I'm responsible of anything if your system break due to your command.
8493

8594
The program launch the update command with `konsole -e`. So you can test your command or script with `konsole -e "my_command"`.
8695

87-
For the update the default command is: `konsole -e (--noclose) 'yay'` where `noclose` is optional.
96+
When you update all the packages the default command is: `konsole -e (--noclose) 'yay'` where `noclose` is optional.
97+
98+
When you update one package the default command is: `konsole -e (--noclose) 'yay -Sy' packageName` where `noclose` is optional and `packageName` is injected from the list.
8899

89100
## FAQ
90101

102+
### Why all these options for a similar command
103+
104+
I like to have the opportunity to really configure everything, and to do so simply.
105+
91106
### Why `yay` and `pacman-contrib`
92107

93108
`pacman-contrib` provide `checkupdates` for counting the update for the `core` and `extra` repository AND it sync all the db automatically without the need of sudo.
@@ -120,7 +135,7 @@ See the following file :
120135

121136
## Roadmap
122137

123-
- nothing yet, I take feature request on the go :)
138+
- Nothing yet, I take feature request on the go :)
124139

125140
## Want to participate? Have a bug or a request feature?
126141

File renamed without changes.
File renamed without changes.

git-assets/img/allalt.png

208 KB
Loading

git-assets/img/optionpling.png

83.6 KB
Loading

git-assets/img/options-menu.png

-22.3 KB
Binary file not shown.
File renamed without changes.

git-assets/img/popup.png

80.5 KB
Loading

git-assets/img/set1.png

-1.16 KB
Loading

0 commit comments

Comments
 (0)