update configuration of hyprland and docker install packages
This commit is contained in:
+9
@@ -23,6 +23,15 @@ fi
|
||||
# spotify hash: <not installed>
|
||||
{{ end }}
|
||||
|
||||
|
||||
{{ $spotifyPath := "/usr/bin/spotify" }}
|
||||
{{ $s := stat $spotifyPath }}
|
||||
{{ if and $s (hasKey $s "Exists") $s.Exists }}
|
||||
# spotify hash: {{ include $spotifyPath | sha256sum }}
|
||||
{{ else }}
|
||||
# spotify hash: <not installed>
|
||||
{{ end }}
|
||||
|
||||
{{ $catppuccinPath := joinPath .chezmoi.homeDir ".config/spicetify-catppuccin-theme/catppuccin/app.scss" }}
|
||||
{{ $c := stat $catppuccinPath }}
|
||||
{{ if and $c (hasKey $c "Exists") $c.Exists }}
|
||||
Reference in New Issue
Block a user