Skip to content

rqsakai/gnome-shell-services-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Dev Panel

A Gnome Shell Extension to control Web and Database Server in a GUI Panel. This project was based upon code from Gnome Extension: Web Dev Panel.

Image Services Panel

Configuration

Edit file ~/.local/share/gnome-shell/extensions/services-panel@raul.sakai/_config.js and modify the constant SERVICES_ARRAY

How to use SERVICES_ARRAY constant

const SERVICES_ARRAY = [
    ...
    {
        "label": "PHP8.0 FPM",
        "service": "php8.0-fpm"
    }
    ...
];

Future Development

  • Auto discover services
  • Configuration from UI and not file
  • Enable or disable services auto startup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published