Skip to content

Commit

Permalink
Clean up README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jan 18, 2018
1 parent f7300c3 commit 7407895
Showing 1 changed file with 34 additions and 32 deletions.
66 changes: 34 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,50 @@
# mate-window-applets
Applets for mate-panel to show window controls.

WindowButtons applet will show you close,minimize,actions .
Applets for `mate-panel` to show various window controls. The original author delete their GitHub repository, so this in an import from the source uploaded to Debian.

WindowLabel applet will show you the class,title,role,xid,pid of active window .
* WindowButtons applet shows the close,minimize,actions in a panel.
* WindowLabel applet shows the class,title,role,xid,pid of the active window.
* WindowMenu applet shows you the window menu of the active window.

WindowMenu applet will show you the window menu of the active window.
## Install

### License

> GPLv3
Also see LICENSE file.

### How to install

#### Requerments
On [Ubuntu MATE](https://ubuntu-mate.org) 18.04 or newer:

##### For install
```
sudo apt install mate-window-buttons-applet mate-window-menu-applet mate-window-title-applet
```

meson,
ninja,
vala,
## Compile

Gtk3,
Gdk3,
libwnck3
### Requirements

#### Install
* meson
* ninja
* vala
* Gtk3
* Gdk3
* libwnck3

> meson --prefix=/usr build
### Build

> cd build
```
meson --prefix=/usr build
cd build
ninja
sudo ninja install
sudo ./install-icons.sh install
sudo glib-compile-schemas /usr/share/glib-2.0/schemas
```

> ninja
#### Remove

> sudo ninja install
```
sudo ninja uninstall
sudo ./install-icons.sh uninstall
```

>sudo ./install-icons.sh install
>sudo glib-compile-schemas /usr/share/glib-2.0/schemas
#### Uninstall
### License

> sudo ninja uninstall
* GPLv3

>sudo ./install-icons.sh uninstall
See the [LICENSE](LICENSE) file.

0 comments on commit 7407895

Please sign in to comment.