Skip to content

Commit

Permalink
Enable PharoDarkTheme in PharoLauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Jan 22, 2024
1 parent badf541 commit 9a83216
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@
cmd: ./pharo PharoLauncher.image eval --save "Metacello new baseline{{ ':' }} 'PharoLauncher'; repository{{ ':' }} 'gitlocal{{ ':' }}//src'; ignoreImage; onConflictUseIncoming; onWarning{{ ':' }} [{{ ':' }}ex | ex load]; load"
chdir: /home/kasm-default-profile/pharo-launcher
executable: /bin/bash
- name: Enable PharoDarkTheme in PharoLauncher
shell:
cmd: ./pharo PharoLauncher.image eval --save "PharoDarkTheme beCurrent"
chdir: /home/kasm-default-profile/pharo-launcher
executable: /bin/bash
- name: Configure pharo-launcher bash script
shell: echo "#!/usr/bin/env bash\n/home/kasm-default-profile/pharo-launcher/pharo-ui /home/kasm-default-profile/pharo-launcher/PharoLauncher.image eval 'PharoLauncherApplication openFull'" > /home/kasm-default-profile/install_files/pharo-launcher
- name: Copy pharo-launcher bash script into /home/kasm-default-profile/pharo-launcher and set to executable
Expand Down

0 comments on commit 9a83216

Please sign in to comment.