summaryrefslogtreecommitdiff
path: root/main.fish
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-08 22:25:51 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-08 22:25:51 +1100
commit08af99b57d246fffb7bd58f31d52ecd13716558f (patch)
tree5504891bb11b46491f58417ca8f9cce023d59b18 /main.fish
parentscheme: allow choosing material scheme (diff)
downloadcaelestia-cli-08af99b57d246fffb7bd58f31d52ecd13716558f.tar.gz
caelestia-cli-08af99b57d246fffb7bd58f31d52ecd13716558f.tar.bz2
caelestia-cli-08af99b57d246fffb7bd58f31d52ecd13716558f.zip
scheme: optimise dynamic scheme gen
Make material schemes flavours of dynamic instead Remove dynamic-scheme subcommand Optimise scheme generation
Diffstat (limited to 'main.fish')
-rwxr-xr-xmain.fish7
1 files changed, 0 insertions, 7 deletions
diff --git a/main.fish b/main.fish
index ee126c6..bf27d6c 100755
--- a/main.fish
+++ b/main.fish
@@ -34,12 +34,6 @@ 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
@@ -72,7 +66,6 @@ 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'