22 lines
516 B
Markdown
22 lines
516 B
Markdown
# nm-applet Styling Fix
|
|
|
|
This package contains a fixed version of the **Network Manager Applet**, patched to include the `LibAyatana-AppIndicator` which enables consistent tray icon styling in MATE and XFCE, on some themes like DarkMint, DarkCold, etc.
|
|
|
|
## Installation
|
|
Run the installation script as root:
|
|
```bash
|
|
sudo bash install.sh
|
|
```
|
|
|
|
## Applying Changes
|
|
Restart the network icon:
|
|
```bash
|
|
killall nm-applet
|
|
nm-applet &
|
|
```
|
|
|
|
## Uninstallation
|
|
```bash
|
|
sudo apt-get install --reinstall network-manager-applet
|
|
```
|