Skip to content

Commit fe0593b

Browse files
committed
update README
1 parent 4639aa0 commit fe0593b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
#### A GNOME extension to create custom quick toggle buttons.
44

5-
Custom Command Toggle is an extension for GNOME 45/46/47/48 to create custom fully customizable quick toggle buttons.
5+
Custom Command Toggle is an extension for GNOME 45/46/47/48 to create fully customizable quick toggle buttons.
66

77
<br>
88

9-
![Screenshot-main](screenshots/Screenshot-main-3.png)
9+
![Screenshot-main](screenshots/screenshot-main-4.png)
1010

1111
<br>
1212

1313
## Features:
1414

15-
- Assign custom button names and icons in the extension preferences.
1615
- Run terminal commands and launch custom scripts using quick toggle buttons.
16+
- Assign custom button names and icons.
1717
- Enter separate commands to run when the button is switched on and when it is switched off.
1818
- Run a command at startup to determine the button's initial state based on the command output, or manually specify whether the button starts as on, off, or in its last known state.
19-
- Run associated command at startup to sync button state if required.
19+
- Run associated on or off command at startup to sync button state if required.
2020
- Option to toggle the button only if the command executes successfully and returns exit code 0 (for use with sudo commands using `pkexec sudo` where the command could be canceled or incorrect password entered).
2121
- Customize toggle button behavior to toggle or be in an always on or off state.
2222
- Assign keyboard shortcuts to quick toggle buttons.
@@ -48,15 +48,15 @@ Browse for and install this extension through the GNOME Extension Manager, or in
4848

4949
In the Configuration tab under Settings, select the number of toggle buttons to create (maximum of 6). Note that this requires logging off/on or rebooting for changes to take effect.
5050

51-
There is also an option to export the current configuration for all of the toggle buttons to a file for backup purposes.
51+
There is also an option to export the current configuration for all the toggle buttons to a file for backup purposes.
5252

5353
![Screenshot-settings](screenshots/screenshot-settings-2.png)
5454

5555
<br>
5656

5757
### Appearance
5858

59-
Enter the text and icon information to use for the quick toggle button.
59+
Enter the name and icon information to use for the quick toggle button.
6060

6161
![Screenshot-appearance](screenshots/Screenshot-appearance.png)
6262

@@ -81,7 +81,7 @@ Tips:
8181
- Chain multiple commands together to run one at a time using `&&` between commands.
8282
- By default, commands do not run in a terminal window and will not show any output or error messages. Test the full command first by running it in the terminal before adding it to the extension to verify it is correct.
8383
- To run a command in a terminal window, use `gnome-terminal -- command`. Note that by default the GNOME terminal will close after the command is complete, but that can be changed in the terminal preferences if needed.
84-
- For sudo commands that require a password, use `pkexec` before the command to get a password prompt. For example, p`kexec sudo command` will prompt for your password and then run the command. Alternatively, you can use `gnome-terminal -- sudo command` to open a terminal where you can enter your password.
84+
- For sudo commands that require a password, use `pkexec` before the command to get a password prompt. For example, `pkexec sudo command` will prompt for your password and then run the command. Alternatively, you can use `gnome-terminal -- sudo command` to open a terminal where you can enter your password.
8585

8686
<br>
8787

0 commit comments

Comments
 (0)