diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-07 23:44:21 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-07 23:44:21 +1100 |
| commit | 92c7b0654cce1ade622c8675cb37e522d0f13acf (patch) | |
| tree | 8c1a8bd5c77e53ea3545ffbbf873e80cc583a7d9 /main.fish | |
| parent | install: add materialyoucolor dep (diff) | |
| download | caelestia-cli-92c7b0654cce1ade622c8675cb37e522d0f13acf.tar.gz caelestia-cli-92c7b0654cce1ade622c8675cb37e522d0f13acf.tar.bz2 caelestia-cli-92c7b0654cce1ade622c8675cb37e522d0f13acf.zip | |
scheme: allow choosing material scheme
Also actually monochrome monochrome scheme
Diffstat (limited to 'main.fish')
| -rwxr-xr-x | main.fish | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -34,6 +34,12 @@ if test "$argv[1]" = scheme exit end +if test "$argv[1]" = dynamic-scheme + echo -n "$argv[2]" > $C_STATE/scheme/dynamic-scheme.txt + $src/wallpaper.fish -f $C_STATE/wallpaper/current + exit +end + if test "$argv[1]" = install set -l valid_modules scripts discord firefox fish foot fuzzel hypr safeeyes shell gtk vscode if test "$argv[2]" = all @@ -66,6 +72,7 @@ echo ' shell: start the shell or message it' echo ' toggle: toggle a special workspace' echo ' workspace-action: execute a Hyprland workspace dispatcher in the current group' echo ' scheme: change the current colour scheme' +echo ' dynamic-scheme: change the current dynamic material colour scheme' echo ' screenshot: take a screenshot' echo ' record: take a screen recording' echo ' clipboard: open clipboard history' |