Draft
Conversation
3b4688f to
d91e30c
Compare
…types more stuff too
…types more stuff too
…types more stuff too
the new syntax got introduced in Hyprland 0.53.0
… file what he said? 💥
pushed `src/modules/config.ts` from latest `feat/config-app` branch commit. fixes issues with the `userData` config not being read correctly
…e, allow disabling splash text in config config property for splash is `wallpaper:splash`, can be `true` or `false`
i finally made a documentation for colorshell's config file! :3
this simplifies dealing with unix socket communication and serving
…, other improvements
we wait a little bit to re-launch hyprsunset after killing the existing instance
… not found Hyprland and hyprpaper default configuration files will be installed if they're not found at their dirs. Also, colorshell now asks if the user want's to add an autostart/exec-once line to their Hyprland config file
fixes #43. this also includes improvements for getting wallpaper info from the hyprpaper file + sync and async methods
…marter property change signal
wraps hypridle into colorshell!!
Merge pull request #41 from retrozinndev/feat/comp-config-injection
…set one to the same combination fixes #46
had removed it before and forgot to re-add it before push 💔
… support `mpris:trackid` this fixes cases where the player doesn't support the "mpris:trackid" metadata entry; AstalMpris.Player wouldn't let we set the player position if it didn't have the `mpris:trackid` entry set to an object variant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is a work-in-progress of a settings application for colorshell.
This will allow configuring colorshell-specific settings through a nice UI that also uses wallpaper colors to style itself, just like the shell.
Plans
Configclass to support property name, description, type and values(internal only), so the settings app will have a better user experience.