Update README.md

This commit is contained in:
Piotr Miller
2022-06-19 14:17:56 +02:00
committed by GitHub
parent e8583aa385
commit 996ad78f9a

View File

@@ -16,61 +16,5 @@ Controls module, and whatever else you may need,
[![Packaging status](https://repology.org/badge/vertical-allrepos/nwg-panel.svg)](https://repology.org/project/nwg-panel/versions)
## Modules
### Controls
Panel widget with a popup window, including sliders, some system info, user-defined rows
and customizable menu *(top right in the picture)*.
### SwayNC
Provides integration of the Eric Reider's [Sway Notification Center](https://github.com/ErikReider/SwayNotificationCenter).
### Tray
Supports SNI based system tray.
### Clock
Just a label to show the `date` command output in the format of your choice *(top center)*.
### Playerctl
Set of buttons, and a label to control mpris media player with the
[Playerctl utility](https://github.com/altdesktop/playerctl) *(top left)*.
### SwayTaskbar
Shows tasks from a selected or all outputs, with the program icon and name; allows switching between them,
toggle the container layout (`tabbed stacking splitv splith`) with the mouse scroller, move to workspaces,
toggle floating and kill with the right-click menu *(bottom left)*;
### SwayWorkspaces
Set of textual buttons to switch between workspaces, and a label to see the current task icon and title.
### Scratchpad
Displays clickable icons representing windows moved to the sway scratchpad;
### DWL Tags
The DwlTags module displays tags (free, occupied, selected), layout and the active window name from the dwl Wayland
compositor. The `nwg-dwl-interface` command provides dwl -> panel communication. It also executes the autostart script,
if found.
### Executor
The Executor module displays an icon, and a label on the basis of a script output, in user-defined intervals.
### CustomButton
Simple Gtk.Button with an icon, and a command assigned to it *(top left corner)*;
### MenuStart
Allows defining settings for the Menu Start plugin.
See [Wiki](https://github.com/nwg-piotr/nwg-panel/wiki) for more information. You'll also find some useful
executor examples there.