System64

Results 92 comments of System64

Weird.. haven't noticed this working myself A good example of where i notice touch events still going through would be my app launcher (sysmenu) which has a swipe up to...

Awesome! In the mean time i've resorted to adding a margin blocker on my app launcher and written a new OSK with bottom padding I wonder if only layer shells...

You can edit the css? ``` button:focus { } ``` or ``` button:hover { } ``` Should do the trick.

Been a while, Did it work?

Any specific reason to enable discussions? This is a simple issue? Shouldn't get dragged too long?

Ah, No it's fine to use issues for this, Helps me *try* and keep track of things. I will consider enabling discussions later though. That being said i advise you...

Oh.. Well You could do something like: ``` button:hover { background: red; } ``` or ``` button:hover { border: 1px solid red; } ```

@throwaway-squared You need the latest version of gtkmm 4.0 As for installation you should run `sudo make install` or temporarily run the program with `LD_LIBRARY_PATH=/path/to/libsysboard sysboard`

Latest is 4.18.0-2 though, The error is most definitely a dependency problem.