From 5bbb479c2a4019c3590aef01ddc7008fcf44fc02 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Wed, 30 Oct 2024 21:26:18 -0600 Subject: [PATCH] Improved prompt --- .config/discord/settings.json | 16 ++++++++++++++++ .config/zsh/prompt.zsh##distro.arch | 1 - 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .config/discord/settings.json delete mode 120000 .config/zsh/prompt.zsh##distro.arch diff --git a/.config/discord/settings.json b/.config/discord/settings.json new file mode 100644 index 0000000..ec8cf18 --- /dev/null +++ b/.config/discord/settings.json @@ -0,0 +1,16 @@ +{ + "BACKGROUND_COLOR": "#202225", + "IS_MAXIMIZED": true, + "IS_MINIMIZED": false, + "MINIMIZE_TO_TRAY": false, + "OPEN_ON_STARTUP": false, + "WINDOW_BOUNDS": { + "x": 0, + "y": 0, + "width": 1688, + "height": 1022 + }, + "DANGEROUS_ENABLE_DEVTOOLS_ONLY_ENABLE_IF_YOU_KNOW_WHAT_YOURE_DOING": true, + "SKIP_HOST_UPDATE": true, + "chromiumSwitches": {} +} \ No newline at end of file diff --git a/.config/zsh/prompt.zsh##distro.arch b/.config/zsh/prompt.zsh##distro.arch deleted file mode 120000 index 359b920..0000000 --- a/.config/zsh/prompt.zsh##distro.arch +++ /dev/null @@ -1 +0,0 @@ -prompt.zsh##distro.Arch \ No newline at end of file