Codeberg

summaryrefslogtreecommitdiff
path: root/README.md
blob: fd115bf8824debda53d9482d19b357aa21be94f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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
```