Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Services and DBus for Vasak Desktop

License

Notifications You must be signed in to change notification settings

Vasak-OS/vasak-desktop-service

Repository files navigation

Vasak Desktop Service

Quality Gate Status

Vasak is a desktop service that provides a simple way to manage your desktop (DBUS and Python Scripts). It is written in Python and uses GTK+ and DBUS. It is designed to be simple and easy to use.

Features

  • DBUS Service
  • Python Scripts
  • Windows Change Data
  • Simple and easy to use

Dependencies

  • python
  • python-gobject
  • python-dbus
  • gnome-menus
  • libwnck3
  • libxkbcommon-x11

Start Vasak Desktop Service

To start Vasak Desktop Service, run the following steps:

  1. Clone the repository
git clone [email protected]:Vasak-OS/vasak-desktop-service.git
  1. Move to the directory
cd vasak-desktop-service
  1. Start
python main.py

Build Vasak Desktop Service

PKGBUILD

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

  1. Fork it
  2. Create your feature branch
git checkout -b feature/my-new-feature
  1. Commit your changes
git commit -am 'Add some my-new-feature'
  1. Push to the branch
git push origin feature/my-new-feature
  1. Create a new Pull Request