Daniel Thwaites

Results 47 issues of Daniel Thwaites

When a poll is closed, either by a timer or manually with `pm!close`, there should be an option to automatically delete it after a certain number of days (similar to...

We should create a new screenshot for GNOME 45. Also, the link crediting the original source of the wallpaper is now a 404.

documentation
good first issue

A separate page for each target would make it easier to browse through the documentation. These pages could show more information about the target, such as: - A longer description...

documentation

Currently, targets use a variety of methods when buttons are hovered over or "grayed out": Some use the next color above/below in the scheme. - This is problematic because it...

feature

Currently we use the Adwaita (GNOME) style for GTK applications, and the Breeze (KDE) style for Qt applications. Adwaita looks like this: ![Example of Adwaita style: An Anime Game Launcher](https://github.com/danth/stylix/assets/28959268/4e29f649-aab7-4e1e-92ca-4067a9aa21f1)...

feature

Looks like it's designed to use white text no matter which way round the rest of the theme is. ![Screenshot from 2023-10-09 15-34-14.png](https://github.com/danth/stylix/assets/28959268/02facf5c-ef53-4c26-bb5d-1a5570a9a117)

bug

I think this was added before we had the global `stylix.fonts.sizes` options, and now its default value comes from those. Perhaps it should be deprecated/hidden?

technical debt

For example: ![Screenshot of unthemed switch](https://github.com/danth/stylix/assets/28959268/7ae2c588-27af-4b78-8e26-c9e44d3705ab) Note that although they look similar, this only happens in GNOME Shell and not GTK. In GTK, switches are themed correctly.

bug

In lieu of #50, which was never finished, it would be useful to provide utilities to test and preview changes without modifying your real configuration. This makes things easier when...

C-tracking-issue

As described [in the documentation](https://nix-community.github.io/home-manager/options.xhtml#opt-home.activation), scripts inside `home.activation` should include `run` before each effectual command so that they are not executed in dry-run mode.

technical debt