Chris Holland
Chris Holland
https://aur.archlinux.org/packages/material-kwin-decoration-git/ Tell me if there's any issue. I used `gnome-shell-git` as a base for creating a pretty `pkgver`. Used a few other tricks from `fluent-decoration-git` too. * https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=material-kwin-decoration-git * https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=gnome-shell-git...
Needed to add `extra-cmake-modules` (mentioned in a comment on AUR). I've removed `prepare()` to use `cmake -B "build"` and `make -C "build"`. I'll keep `cmake --build` and `cmake --install` in...
This is where `application:` prefixed commands are handled (in the main process). https://github.com/atom/atom/blob/master/src/main-process/atom-application.coffee#L203 I would need to somehow get a reference of the main process and call `mainProcess.openPathOnEvent('application:about', 'atom://about')` The...
There was a Project History merged recently. https://github.com/atom/atom/pull/13046/files#diff-d227ee3a55360ccb3482294fc75b47c6L244 It seems to store to `localStorage.history` it seems. Neat. It also seems to have added the ability to add parameters to `commandDetail:...
Where? I'll tend to add new features/config options in the ReadMe. Otherwise there's the git commit log. What do other packages do?
I was hoping for something built into atom itself or the page for the package on atom.io, but I guess not. I'll make sure to add a changelog in the...
Ah yeah, was wondering when someone would ask for this. I'll need to think on if I should make this the default option or not. In the short term, open...
I don't see a reason why it's a different size. Perhaps try changing the todolist icon to something else? * https://github.com/KDE/plasma-desktop/blob/master/desktoppackage/contents/applet/DefaultCompactRepresentation.qml * https://github.com/Zren/plasma-applet-todolist/blob/master/package/contents/ui/main.qml
Can I see a screenshot of a custom icon? All I'm seeing is a semi transparent rectangle on the right side in your first shortcut. It looks like the widget...
Latte Dock? Edit: Also, what happens why you enable "Use big counter"?