blender: don't template version because it's slow

This commit is contained in:
lelgenio 2021-10-10 00:20:03 -03:00
parent 36f1418bb8
commit 7a358afc5f
1 changed files with 1 additions and 4 deletions

View File

@ -202,9 +202,6 @@ dynvariables:
color_type: test -n "$_COLOR_TYPE" && echo "$_COLOR_TYPE" || echo dark
accent_color_name: test -n "$_ACCENT_COLOR" && echo "$_ACCENT_COLOR" || echo red
firefox_profile: cat ~/.mozilla/firefox/profiles.ini | grep '^Default' | head -n1 | cut -d= -f2
blender_version: |
pacman -Qi blender | grep "^Version" | cut -d: -f3 | cut -d. -f1-2 ||
blender --version | head -n1 | sed -E 's|^Blender (.*)\..*|\1|g'
phisical_uuid: sudo blkid /dev/sda2 -s UUID -o value
decrypted_uuid: sudo blkid /dev/mapper/main -s UUID -o value
boot_uuid: sudo blkid /dev/sda1 -s UUID -o value
@ -489,7 +486,7 @@ dotfiles: # Just a bunch of paths and action mappings
blender:
"src": blenderTheme.xml
"dst": "~/.config/blender/{{@@ blender_version @@}}/scripts/presets/interface_theme/blenderTheme.xml"
"dst": "~/.config/blender/scripts/presets/interface_theme/blenderTheme.xml"
firefox:
src: firefox