Update fedora-sway.sh, fix restore.sh
This commit is contained in:
parent
318ca5afdd
commit
bfca32f915
2 changed files with 4 additions and 3 deletions
|
@ -65,7 +65,7 @@ cp -r $GIT_DIR/rofi $HOME/.config/rofi/
|
|||
# TODO: Add automatic catppuccin GTK updates - would be easy, but no version numbering once install, need to figure that out
|
||||
ctp_version="v0.7.1"
|
||||
variant="Catppuccin-Mocha-Standard-Mauve-Dark"
|
||||
if [ ! -e ~/.themes/$variant ] && [ ! command_exists "nixos-rebuild" ]; then
|
||||
if [ ! -e ~/.themes/$variant ] && ! command_exists "nixos-rebuild"; then
|
||||
mkdir -p ~/.themes &&
|
||||
curl -L https://github.com/catppuccin/gtk/releases/download/$ctp_version/$variant.zip -o ~/.themes/catppuccin.zip &&
|
||||
unzip ~/.themes/catppuccin.zip -d ~/.themes/ &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue