1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

ghostty in readme

This commit is contained in:
bbedward
2025-08-02 16:45:10 -04:00
parent 599118c63e
commit 7e5e3a3914
2 changed files with 10 additions and 1 deletions

View File

@@ -244,7 +244,7 @@ palette = 14=${inverse_b}
palette = 15=${fg_b}`;
var ghosttyConfigDir = configDir + "/ghostty";
var ghosttyConfigPath = ghosttyConfigDir + "/config-colors";
var ghosttyConfigPath = ghosttyConfigDir + "/config-dankcolors";
Quickshell.execDetached(["bash", "-c", `mkdir -p '${ghosttyConfigDir}' && echo '${content}' > '${ghosttyConfigPath}'`]);
}