Coder Social home page Coder Social logo

fm16191 / activity-logger Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 543 KB

A lightweight activity logger for X11, hyprland (and wayland) written in C.

License: MIT License

Makefile 0.57% Python 22.70% C 61.13% Shell 15.61%
activity activity-logger logger x11 x11-logger hyprland wayland

activity-logger's People

Contributors

fm16191 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

activity-logger's Issues

Compiling the wayland version of activity-logger is far too complicated. Please simplify!

This first attempt to run activity-logger on wayland can be found as wayland_logger.c. This one was built on top of wlroots/examples/foreign-toplevel.c

Current compilation process (unnecessary overkill!) :

  • Clone and install the wlroots git repository EDIT: clone the 0.16 version of wlroots, since this was removed in the 0.17.
  • copy the wayland_logger.c file to wlroots/examples/
  • edit wlroots/examples/meson.build, and in the clients = {, section (~ line 60) append the following :
    	'wayland_logger': {
      	'src': 'wayland_logger.c',
      	'proto': ['wlr-foreign-toplevel-management-unstable-v1'],
      },
  • now in wlroots/, compile ! :
    $ meson setup --reconfigure build
    $ cd build
    $ ninja
  • Copy the compiled executable to activity-logger/

I tried but couldn't get it to work any easier...

I would be more than grateful for any suggestions, ideas or help. Feel free to discuss it below, or open a PR ! ๐Ÿ‘€

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.