This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/env/common/colors/set-theme.bash

14 lines
244 B
Bash
Raw Normal View History

2019-02-02 12:12:35 -06:00
#!/usr/bin/env bash
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd)
THEME="$1"
echo "$THEME"
"$DIR/generator/gen.bash" "$THEME"
2019-12-02 09:31:28 -06:00
"$DOTFILES_PATH/apps/de/x/loadresources"
2019-02-02 12:12:35 -06:00
resrc
restartbar
# TODO: set GTK theme to "Arc-Dark" or "Arc-Light"