-
-
Notifications
You must be signed in to change notification settings - Fork 351
wayprompt: init #1250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
wayprompt: init #1250
Changes from 2 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
3be05ce
stylix: add nukdokplex to maintainers
nukdokplex 4e83c49
wayprompt: init
nukdokplex 69f3e51
wayprompt: fix formatting
nukdokplex 2b15884
wayprompt: fix meta formatting
nukdokplex acf6969
wayprompt: more elegant color concat, use mnemonic colors on buttons
nukdokplex 68574b0
Merge branch 'master' of github.com:nukdokplex/stylix
nukdokplex 7e98efd
stylix: update home-manager input
nukdokplex c45e0e4
wayprompt: add wayprompt homepage attribute to meta
nukdokplex 26dc048
wayprompt: added default testbed
nukdokplex bd0ad3a
Merge branch 'master' of github.com:nukdokplex/stylix
nukdokplex 3c966e9
Merge branch 'master' into master
nukdokplex db2f0c9
wayprompt: remove redundant command variable and prettify wayprompt c…
nukdokplex e48e192
Merge branch 'master' into master
nukdokplex a3b0ec1
wayprompt: color buttons' borders same as bg
nukdokplex e23acaa
wayprompt: remove default testbed because wayprompt doesn't work on g…
nukdokplex 8553ef7
wayprompt: fix formatting
nukdokplex 5a270b2
Merge branch 'master' into master
nukdokplex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| { config, lib, ... }: | ||
| let | ||
| c = color: "0x${color}"; | ||
| cfg = config.stylix.targets.wayprompt; | ||
| in | ||
| { | ||
| options.stylix.targets.wayprompt.enable = config.lib.stylix.mkEnableTarget "wayprompt" true; | ||
|
|
||
| config = lib.mkIf (config.stylix.enable && cfg.enable) { | ||
| programs.wayprompt.settings.colours = with config.lib.stylix.colors; { | ||
| background = c base00; | ||
| border = c base0D; | ||
| text = c base05; | ||
| error-text = c base08; | ||
|
|
||
| pin-background = c base01; | ||
| pin-border = c base05; | ||
| pin-square = c base05; | ||
|
|
||
| ok-button = c base0B; # green | ||
|
nukdokplex marked this conversation as resolved.
Outdated
|
||
| ok-button-border = c base05; | ||
| ok-button-text = c base00; | ||
|
|
||
| not-ok-button = c base0A; # yellow | ||
| not-ok-button-border = c base05; | ||
| not-ok-button-text = c base00; | ||
|
|
||
| cancel-button = c base08; # red | ||
| cancel-button-border = c base05; | ||
| cancel-button-text = c base00; | ||
| }; | ||
| }; | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { lib, ... }: | ||
| { | ||
| maintainers = [ lib.maintainers.nukdokplex ]; | ||
| name = "wayprompt"; | ||
| } | ||
|
nukdokplex marked this conversation as resolved.
Outdated
|
||
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
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.
Uh oh!
There was an error while loading. Please reload this page.