updated install to make dir

This commit is contained in:
Hannes
2026-05-31 17:01:27 +02:00
parent 59a7eec7d1
commit 512bd640df
+2
View File
@@ -7,6 +7,8 @@ get_white_svg() {
> "$out_path"
}
mkdir -p "$HOME/.config/quickshell/modules/wlogout/icons"
get_white_svg "https://raw.githubusercontent.com/vinceliuice/Colloid-icon-theme/main/src/actions/symbolic/system-hibernate-symbolic.svg" "$HOME/.config/quickshell/modules/wlogout/icons/hibernate.svg"
get_white_svg "https://raw.githubusercontent.com/vinceliuice/Colloid-icon-theme/main/bold/actions/symbolic/system-lock-screen-symbolic.svg" "$HOME/.config/quickshell/modules/wlogout/icons/lock.svg"
get_white_svg "https://raw.githubusercontent.com/vinceliuice/Colloid-icon-theme/main/src/status/symbolic/logout-symbolic.svg" "$HOME/.config/quickshell/modules/wlogout/icons/logout.svg"