https://github.com/papajoker/msk
proof of concept manjaro gui install kernels
https://github.com/papajoker/msk
kernel manjaro packages pacman pyside6 qt6
Last synced: 2 months ago
JSON representation
proof of concept manjaro gui install kernels
- Host: GitHub
- URL: https://github.com/papajoker/msk
- Owner: papajoker
- Created: 2025-06-02T17:50:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T12:27:02.000Z (about 1 year ago)
- Last Synced: 2025-06-13T13:29:57.232Z (about 1 year ago)
- Topics: kernel, manjaro, packages, pacman, pyside6, qt6
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://postimg.cc/nMxHX3Fs)
### Usage
load with plugins
```
uv run -m msm-test
```
load with one plugin
```
uv run -m msm-test --users
```
standalone plugin
```
~/WORK/msm-test/modules/kernels/main.py
~/WORK/msm-test/modules/mirrors/main.py
~/WORK/msm-test/modules/users/main.py
```
### user config
user can create ini file `/home/$USER/.config/msk.ini`, as
```
[kernels]
order = 55
title = "Noyaux"
[users]
title="Utilisateurs"
#category = "others"
color = "#f00"
[mirrors]
disable = 1
title = "Miroirs"
order = 999
[msm]
iconsize = 32
```