mirror of
https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu.git
synced 2024-12-23 06:26:11 +00:00
Update README
This commit is contained in:
parent
4dfe301111
commit
0dd35b86c8
BIN
.assets/config.png
Normal file
BIN
.assets/config.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
.assets/menu.png
Normal file
BIN
.assets/menu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 36 KiB |
41
README.md
41
README.md
@ -1,7 +1,46 @@
|
|||||||
# plasma-containmentactions-customdesktopmenu
|
# plasma-containmentactions-customdesktopmenu
|
||||||
|
|
||||||
|
Custom desktop menu for Plasma 6
|
||||||
|
|
||||||
|
<img width="250px" title="menu" alt="menu" src=".assets/menu.png">
|
||||||
|
<img width="350px" title="config" alt="config" src=".assets/config.png">
|
||||||
|
|
||||||
|
## Build and install
|
||||||
|
|
||||||
|
### Prerequisites
|
||||||
|
|
||||||
|
- extra-cmake-modules >= 6.0.0
|
||||||
|
- kdeplasma-addons >= 6.0.0
|
||||||
|
|
||||||
|
Archlinux :
|
||||||
|
```
|
||||||
|
pacman -S --needed base-devel cmake extra-cmake-modules kdeplasma-addons
|
||||||
|
```
|
||||||
|
|
||||||
|
### Build
|
||||||
|
|
||||||
|
```
|
||||||
|
cd src
|
||||||
|
cmake --fresh -B ../_build .
|
||||||
|
cd ../_build
|
||||||
|
make clean
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
|
### Install / Update
|
||||||
|
|
||||||
|
```
|
||||||
|
chmod 755 bin/plasma/containmentactions/matmoul-customdesktopmenu.so
|
||||||
|
sudo cp bin/plasma/containmentactions/matmoul-customdesktopmenu.so /usr/lib/qt6/plugins/plasma/containmentactions
|
||||||
|
```
|
||||||
|
|
||||||
|
## Other
|
||||||
|
|
||||||
|
- When you update the library, KWIN crash and restart with the new library.
|
||||||
|
- Favorites is not yet implemented.
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
- https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu
|
- https://github.com/MatMoul/plasma-containmentactions-customdesktopmenu/tree/plasma5
|
||||||
- https://invent.kde.org/plasma/plasma-workspace/-/tree/ea415539fc6256494d5c12296a6216e522e12b0a/containmentactions
|
- https://invent.kde.org/plasma/plasma-workspace/-/tree/ea415539fc6256494d5c12296a6216e522e12b0a/containmentactions
|
||||||
- https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/kicker/plugin/kastatsfavoritesmodel.cpp?ref_type=heads
|
- https://invent.kde.org/plasma/plasma-workspace/-/blob/master/applets/kicker/plugin/kastatsfavoritesmodel.cpp?ref_type=heads
|
||||||
|
Loading…
Reference in New Issue
Block a user