mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-07 15:59:28 -05:00
scheme: gtk theming
Via adw-gtk3 theme
This commit is contained in:
@@ -33,7 +33,10 @@ end
|
||||
|
||||
if test "$argv[1]" = scheme
|
||||
set -l valid_schemes dynamic mocha macchiato frappe latte
|
||||
contains "$argv[2]" $valid_schemes && echo -n $argv[2] > $CACHE/scheme/current.txt || error "Invalid scheme: $argv[2]"
|
||||
if contains "$argv[2]" $valid_schemes
|
||||
echo -n $argv[2] > $CACHE/scheme/current.txt || error "Invalid scheme: $argv[2]"
|
||||
test -f $CONFIG/gtk/update-scheme.fish && $CONFIG/gtk/update-scheme.fish
|
||||
end
|
||||
exit
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user