diff --git a/.config/BitBar/yabai_enhanced.365d.sh b/.config/BitBar/yabai_enhanced.365d.sh
deleted file mode 100755
index 757e365..0000000
--- a/.config/BitBar/yabai_enhanced.365d.sh
+++ /dev/null
@@ -1,144 +0,0 @@
-#!/bin/sh
-
-# yabai enhanced
-# v1.0
-# CHristian Baer
-# chrisb86
-# Bitbar plugin to display yabai space ID and and mode with custom icon themes and dark mode support.
-# https://raw.githubusercontent.com/chrisb86/bitbar_yabai_enhanced/main/screenshot.png
-# sh, yabai
-# https://github.com/chrisb86/
-
-## Set theme
-theme="default"
-
-## Set PATH
-PATH="/opt/homebrew/bin:${PATH}"
-
-## Set yabai path
-yabai="yabai"
-
-case $1 in
- restart)
- launchctl kickstart -k "gui/${UID}/homebrew.mxcl.yabai"
- ;;
- stop)
- brew services stop yabai
- ;;
-esac
-
-basedir=$(dirname "$0")
-
-icon_path="${basedir}/yabai_enhanced/${theme}"
-
-yabai_modes="float bsp stack"
-
-yabai_spaces=$(yabai -m query --spaces | jq length)
-yabai_displays=$(yabai -m query --displays | jq length)
-
-space_id=$(yabai -m query --spaces --display | jq 'map(select(."focused" == 1))[-1].index')
-space_mode=$(yabai -m query --spaces --display | jq -r 'map(select(."focused" == 1))[-1].type')
-
-## Check if dark mode is active in macOS
-macos_darkmode=$(defaults read -g AppleInterfaceStyle 2>/dev/null)
-
-enc_icon() {
- base64 -i $1 -o -
-}
-
-if [ "${theme}" == "default" ]; then
- ## Load light or dark icons
- if [ "${macos_darkmode}" == "Dark" ]; then
- icon_float="iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAFV2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjM2IgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMzYiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSIzNiIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjE0NC4wIgogICB0aWZmOllSZXNvbHV0aW9uPSIxNDQuMCIKICAgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIKICAgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMi0xMFQyMTo1MzozMiswMTowMCIKICAgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0xMi0xMFQyMTo1MzozMiswMTowMCI+CiAgIDxkYzp0aXRsZT4KICAgIDxyZGY6QWx0PgogICAgIDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+eWFiYWk8L3JkZjpsaT4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIChOb3YgIDYgMjAyMCkiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMTItMTBUMjE6NTM6MzIrMDE6MDAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PvEFwYgAAAGBaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRv0tCURTHP2pRmFFQQ0ODRDVZmELUEqSEBRJhBv1a9PkrUHu8p4S0Bq1CQdTSr6H+glqD5iAoiiCaGpqLWkpe56mgRJ7Luedzv/eew73ngjWcVjJ6kxsy2ZwWCvici0vLzpZXHNjpxktzRNHVybm5IA3t6wGLGe+GzFqNz/1rbbG4roClVXhCUbWc8LRwcCOnmrwr3K2kIjHhc2GXJhcUvjf1aIXfTE5W+MdkLRzyg7VT2Jms42gdKyktIywvpz+TzivV+5gvccSzC/MS+8R70QkRwIeTGabwM8oI4zKPMoSHYVnRIN9dzp9lXXIVmVUKaKyRJEUOl6h5qR6XmBA9LiNNwez/377qCa+nUt3hg+YXw/gYgJYdKBUN4/vYMEonYHuGq2wtf/0Ixj5FL9a0/kPo2IKL65oW3YPLbeh5UiNapCzZxK2JBLyfQfsSdN2CfaXSs+o+p48Q3pSvuoH9AxiU8x2rv0tEZ9l/1uq6AAAACXBIWXMAABYlAAAWJQFJUiTwAAAB3klEQVRYhe2YwU4TURSGv3Np0hgqCyOQkAYTYe1CqsGtfQZegvdgRdwaiHHFawBLNNquXBqChIQQbFwYAprW/i5mGoax7dwZZuws+iWzuDPnznyd3nMm9xhDkPQSaAINYA1YGhaXQB24jIzPgD9AKzwOzOzz2DtIqknaVT4sSCJyXMSu9yW9lTQ7SuaFpJOcZHyEBhxLeh6XeSjpW44yaYQGUrMALnR6AzzJsE7y4imwDWCSXgFHBTxkkbuL+iI8NwoB644gm8qAAU1HkNplYa1sQo0K6YpeF/jhGduPjb97zJkxSX2C/y+JPWATuPIUyoSvUJ8gQzpFyqQR+gU8KFoGoHKPuQsJ1zvcXUePuS3EI8n6hqrhuXGkLYwAvUTj/81UKImpUBKlE6oAX0lO+9+xscJ54+hlETJJWeZlYVqHxrEIzPsEVoBVjzgBx5GxASueMnVgC88fX+S3LAtdB5wXcOOsnDugPWmLCG1HsPEvCy0H7E/aIsKBM7MPwPtJmwA7ZvbJACTNAV+A5RHBRWfZCfDMzK4cgJn9BDaA0xwfkkZmw8z+3V6FbZl3Q9olN7HWSjWXho20I6kWdRhaEMOOyGuCbXYDeAREO11V4DrlmxBBzRu09A7N7GM86C+AYkQGDFUYVQAAAABJRU5ErkJggg=="
-
- icon_bsp="iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAFV2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjM2IgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMzYiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSIzNiIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjE0NC4wIgogICB0aWZmOllSZXNvbHV0aW9uPSIxNDQuMCIKICAgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIKICAgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMi0xMFQyMTo1MzoxNyswMTowMCIKICAgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0xMi0xMFQyMTo1MzoxNyswMTowMCI+CiAgIDxkYzp0aXRsZT4KICAgIDxyZGY6QWx0PgogICAgIDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+eWFiYWk8L3JkZjpsaT4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIChOb3YgIDYgMjAyMCkiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMTItMTBUMjE6NTM6MTcrMDE6MDAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/Pshe7SwAAAGBaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRv0tCURTHP2pRmFFQQ0ODRDVZmELUEqSEBRJhBv1a9PkrUHu8p4S0Bq1CQdTSr6H+glqD5iAoiiCaGpqLWkpe56mgRJ7Luedzv/eew73ngjWcVjJ6kxsy2ZwWCvici0vLzpZXHNjpxktzRNHVybm5IA3t6wGLGe+GzFqNz/1rbbG4roClVXhCUbWc8LRwcCOnmrwr3K2kIjHhc2GXJhcUvjf1aIXfTE5W+MdkLRzyg7VT2Jms42gdKyktIywvpz+TzivV+5gvccSzC/MS+8R70QkRwIeTGabwM8oI4zKPMoSHYVnRIN9dzp9lXXIVmVUKaKyRJEUOl6h5qR6XmBA9LiNNwez/377qCa+nUt3hg+YXw/gYgJYdKBUN4/vYMEonYHuGq2wtf/0Ixj5FL9a0/kPo2IKL65oW3YPLbeh5UiNapCzZxK2JBLyfQfsSdN2CfaXSs+o+p48Q3pSvuoH9AxiU8x2rv0tEZ9l/1uq6AAAACXBIWXMAABYlAAAWJQFJUiTwAAABxUlEQVRYhe2YvUoDQRDHf7OmENTG0sZPRAtFNIq25hl8EcGnEFsxoE+QVzCWKjHBQmwUPwsfQESRBMfi7sLluK8km3gEf3DFzk5m/+zMTtgVQlDVDaAA5IE1YMI3PQe8+sb3wGRYnBDegKr7lUXkKtZbVUdVtajxTKoqvu8pwT+KH1U9VNWRKDHrKYPbEuTxoKqrng7jihkDSsBUyq23yQxQ8nbKuMYD0tdBELUkah9AVHULOG/jx9PAs2/86Nq6RYFNg3OasoAABYNztLPCmg1BNmrII5+jtemlQQLjL+AzpW/S3HiuTTFhLGFxl0yyS3/JnCAbKRuOsMelMWpOOxEULMYbYLaDOGE0MpeygRRkszF2JCiu2XXNQKbMKjb6UAOoB2xhdZXG1rAhaAX4thAH+C/qZGykbCgiTthOJtpsCLoG5i3EAagbnOttO/Syht4MUOvhAu1SMzgX/6xQNcDpX6vwUTYicgGcdBHE1r/9kYhUvD60S+ubTxy9KOonYA/cxigi78AO8NKDxdKI2RGRj6YgV1QF54513EcxRWBZRJonPXT73ReRbZxrdp7W2+0icOcb3wILKRZXWp/0zkTkMuj0C2I3OizDrvY1AAAAAElFTkSuQmCC"
-
- icon_stack="iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAFV2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjM2IgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMzYiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSIzNiIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjE0NC4wIgogICB0aWZmOllSZXNvbHV0aW9uPSIxNDQuMCIKICAgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIKICAgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMi0xMFQyMTo1MjoyMiswMTowMCIKICAgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0xMi0xMFQyMTo1MjoyMiswMTowMCI+CiAgIDxkYzp0aXRsZT4KICAgIDxyZGY6QWx0PgogICAgIDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+eWFiYWk8L3JkZjpsaT4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIChOb3YgIDYgMjAyMCkiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMTItMTBUMjE6NTI6MjIrMDE6MDAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PtufGToAAAGBaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRv0tCURTHP2pRmFFQQ0ODRDVZmELUEqSEBRJhBv1a9PkrUHu8p4S0Bq1CQdTSr6H+glqD5iAoiiCaGpqLWkpe56mgRJ7Luedzv/eew73ngjWcVjJ6kxsy2ZwWCvici0vLzpZXHNjpxktzRNHVybm5IA3t6wGLGe+GzFqNz/1rbbG4roClVXhCUbWc8LRwcCOnmrwr3K2kIjHhc2GXJhcUvjf1aIXfTE5W+MdkLRzyg7VT2Jms42gdKyktIywvpz+TzivV+5gvccSzC/MS+8R70QkRwIeTGabwM8oI4zKPMoSHYVnRIN9dzp9lXXIVmVUKaKyRJEUOl6h5qR6XmBA9LiNNwez/377qCa+nUt3hg+YXw/gYgJYdKBUN4/vYMEonYHuGq2wtf/0Ixj5FL9a0/kPo2IKL65oW3YPLbeh5UiNapCzZxK2JBLyfQfsSdN2CfaXSs+o+p48Q3pSvuoH9AxiU8x2rv0tEZ9l/1uq6AAAACXBIWXMAABYlAAAWJQFJUiTwAAABeUlEQVRYhc2YsU4CQRCGv9lcJ1gbTTTxASwEjbbyDDyVsTUY45uIpRqFyloJiWJvsMLwW+yBBxwaFW73S6aZ2+K7m53N7Rg5SNoHakAVqADreev+QA9opdE0s/tvV0sqSTpTMQwlnUpamSezJ6lTkEyWR0m7Iw9LZcrAA7C1oNL8lidgx8zeXZo4CSgDsA0cA5ikQ+A6oMwIAQcO300xYEDN4Vs7Fiom6RnYCG2S0jVJQ9Jui4CB+3lNoVgCvOK/UF5QQH7SSNJCXu2fjCWT0CYpSoPY9hAJsMaXYTZYYn4uodt+WnQQeg/NdFt0eyg6oYT5/8t5+2rpuVgOxjHRlSw6oQR4YbaWeXUsIjcIfTBO8xFbyeTw19tY6DmgHdoiQ9vhL/6x0HLAZWiLDE1nZjfARWgToGFmd6Nhwyp+2LAZSKaDHzb0HYCZvQF1oBtIpm5m/ZknksqSzgucDTUklbIOuSd0OhE5wt/7qyxmpCcmR3pXZnY7vegTOfHbbp1N7w0AAAAASUVORK5CYII="
- else
- icon_float="iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAFV2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjM2IgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMzYiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSIzNiIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjE0NC4wIgogICB0aWZmOllSZXNvbHV0aW9uPSIxNDQuMCIKICAgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIKICAgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMi0xMFQyMTo1NDozNiswMTowMCIKICAgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0xMi0xMFQyMTo1NDozNiswMTowMCI+CiAgIDxkYzp0aXRsZT4KICAgIDxyZGY6QWx0PgogICAgIDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+eWFiYWk8L3JkZjpsaT4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIChOb3YgIDYgMjAyMCkiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMTItMTBUMjE6NTQ6MzYrMDE6MDAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/Pve8EPIAAAGBaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRv0tCURTHP2pRmFFQQ0ODRDVZmELUEqSEBRJhBv1a9PkrUHu8p4S0Bq1CQdTSr6H+glqD5iAoiiCaGpqLWkpe56mgRJ7Luedzv/eew73ngjWcVjJ6kxsy2ZwWCvici0vLzpZXHNjpxktzRNHVybm5IA3t6wGLGe+GzFqNz/1rbbG4roClVXhCUbWc8LRwcCOnmrwr3K2kIjHhc2GXJhcUvjf1aIXfTE5W+MdkLRzyg7VT2Jms42gdKyktIywvpz+TzivV+5gvccSzC/MS+8R70QkRwIeTGabwM8oI4zKPMoSHYVnRIN9dzp9lXXIVmVUKaKyRJEUOl6h5qR6XmBA9LiNNwez/377qCa+nUt3hg+YXw/gYgJYdKBUN4/vYMEonYHuGq2wtf/0Ixj5FL9a0/kPo2IKL65oW3YPLbeh5UiNapCzZxK2JBLyfQfsSdN2CfaXSs+o+p48Q3pSvuoH9AxiU8x2rv0tEZ9l/1uq6AAAACXBIWXMAABYlAAAWJQFJUiTwAAABnUlEQVRYhe3Y3WoTQRiA4SdrIIjWAykK0jO9AhsDPbXX5i34f+R1WI8F2ysQqyIUUfHQH2KzHkwWNkM2Oxs3mxX6wkAmmW/yZjLzzc4MLGeCQ4yxj1sV7Vaxhy+l+iec43hejvCmrpOreIK8hXIj6vtz9PkMD3GlSuYe3rckkyJUlHe4G8vs4EOLMk2ECqmFkXraskxToVz4+8DBBmTWEZphkgmrqQ8McJgJS7sv7PdNaDzULOlN8T2x7Syqf02IuVQEpkzSF0Li3DgpQufY7UImVehnVzLDf4iN80zMN4vzaBdZSsfrjNAoIaZpYswxTTLukguhOi6E6uid0BBvha1/Fb+jej6PW8WfdaW64v/MQ11xU9iga0doiDsJHRYng4IBbifK7OGBxAU0EPayukn9C5dL9dH8vbaZZjjbQMfrcpbhZNsWJU4y4eDfF44zvNy2RYmj4sVz7T+gNS2Pyl9wDR+3KHRqyYlmovoGZJNCp8Kl2FJ28KxDocfxyFQlxAPcF47ZY1y3eH8zwo+qX1VBLuS84krvFV7Hjf4CFFhoPoRofY8AAAAASUVORK5CYII="
-
- icon_bsp="iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAFV2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjM2IgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMzYiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSIzNiIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjE0NC4wIgogICB0aWZmOllSZXNvbHV0aW9uPSIxNDQuMCIKICAgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIKICAgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMi0xMFQyMTo1NTowNCswMTowMCIKICAgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0xMi0xMFQyMTo1NTowNCswMTowMCI+CiAgIDxkYzp0aXRsZT4KICAgIDxyZGY6QWx0PgogICAgIDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+eWFiYWk8L3JkZjpsaT4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIChOb3YgIDYgMjAyMCkiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMTItMTBUMjE6NTU6MDQrMDE6MDAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PkIkmukAAAGBaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRv0tCURTHP2pRmFFQQ0ODRDVZmELUEqSEBRJhBv1a9PkrUHu8p4S0Bq1CQdTSr6H+glqD5iAoiiCaGpqLWkpe56mgRJ7Luedzv/eew73ngjWcVjJ6kxsy2ZwWCvici0vLzpZXHNjpxktzRNHVybm5IA3t6wGLGe+GzFqNz/1rbbG4roClVXhCUbWc8LRwcCOnmrwr3K2kIjHhc2GXJhcUvjf1aIXfTE5W+MdkLRzyg7VT2Jms42gdKyktIywvpz+TzivV+5gvccSzC/MS+8R70QkRwIeTGabwM8oI4zKPMoSHYVnRIN9dzp9lXXIVmVUKaKyRJEUOl6h5qR6XmBA9LiNNwez/377qCa+nUt3hg+YXw/gYgJYdKBUN4/vYMEonYHuGq2wtf/0Ixj5FL9a0/kPo2IKL65oW3YPLbeh5UiNapCzZxK2JBLyfQfsSdN2CfaXSs+o+p48Q3pSvuoH9AxiU8x2rv0tEZ9l/1uq6AAAACXBIWXMAABYlAAAWJQFJUiTwAAABrUlEQVRYhe2Yu07DMBSGv5pKIJUyMLKAuG0stFRipc/AI/A0iJWLQDwJZUaiFQMLEqIFhj4AIBgaCIMTlFpObAe3RBWfdKT6dvzXPj6JU0JPA2gCdaAGLCTaVoHnRPkeWEzxo9IH2pG1gGvTgFngBAgzTJ28Z+ifZl/AIVBJE7Nl6dyXoNgegE1VTBV4tHTgW1AsqgIgIqcHmolsCXOOS7IM7MeFbdz+zZLirOs4PiumGgJ5mopACWgK5NEuCjUfgnzEUEy9zHDSs6GklD+Ad8u+prb5sqMYHRt4XCVh7jJeCifIx5bNpNRnbWNaW5hHkBqMt8BKDj86gsJt2UQK8pkYcwnKSna/ZiK3zCs+8lAADJQ6XVzZ1AUgX4xcXqTUnDNtr93Mf1Cb8BFDUyl+dCtprPMh6AZY9+AHYCCQ11sXRhlDfQF0RjiBKx2BvPgXhbYALv5aRYJW/OMM+8S4pji5cxibZUdJp3PAk+VA9UT5ENRFfgr6SYwvwG4katz0ornfdI1V4JTxrdAx0crEqInxFdgDzoEd5DW7Tvbt9hP5gDYRMvxJ7xK4Ujt9AwxB+Qb5cgEhAAAAAElFTkSuQmCC"
-
- icon_stack="iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAFV2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjM2IgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMzYiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSIzNiIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMzYiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjE0NC4wIgogICB0aWZmOllSZXNvbHV0aW9uPSIxNDQuMCIKICAgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIKICAgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0xMi0xMFQyMTo1NDo0OCswMTowMCIKICAgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0xMi0xMFQyMTo1NDo0OCswMTowMCI+CiAgIDxkYzp0aXRsZT4KICAgIDxyZGY6QWx0PgogICAgIDxyZGY6bGkgeG1sOmxhbmc9IngtZGVmYXVsdCI+eWFiYWk8L3JkZjpsaT4KICAgIDwvcmRmOkFsdD4KICAgPC9kYzp0aXRsZT4KICAgPHhtcE1NOkhpc3Rvcnk+CiAgICA8cmRmOlNlcT4KICAgICA8cmRmOmxpCiAgICAgIHN0RXZ0OmFjdGlvbj0icHJvZHVjZWQiCiAgICAgIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFmZmluaXR5IERlc2lnbmVyIChOb3YgIDYgMjAyMCkiCiAgICAgIHN0RXZ0OndoZW49IjIwMjAtMTItMTBUMjE6NTQ6NDgrMDE6MDAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/Ph5oz2oAAAGBaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRv0tCURTHP2pRmFFQQ0ODRDVZmELUEqSEBRJhBv1a9PkrUHu8p4S0Bq1CQdTSr6H+glqD5iAoiiCaGpqLWkpe56mgRJ7Luedzv/eew73ngjWcVjJ6kxsy2ZwWCvici0vLzpZXHNjpxktzRNHVybm5IA3t6wGLGe+GzFqNz/1rbbG4roClVXhCUbWc8LRwcCOnmrwr3K2kIjHhc2GXJhcUvjf1aIXfTE5W+MdkLRzyg7VT2Jms42gdKyktIywvpz+TzivV+5gvccSzC/MS+8R70QkRwIeTGabwM8oI4zKPMoSHYVnRIN9dzp9lXXIVmVUKaKyRJEUOl6h5qR6XmBA9LiNNwez/377qCa+nUt3hg+YXw/gYgJYdKBUN4/vYMEonYHuGq2wtf/0Ixj5FL9a0/kPo2IKL65oW3YPLbeh5UiNapCzZxK2JBLyfQfsSdN2CfaXSs+o+p48Q3pSvuoH9AxiU8x2rv0tEZ9l/1uq6AAAACXBIWXMAABYlAAAWJQFJUiTwAAABOUlEQVRYhe2Y20oDMRBAT0LftD4X/QtbF/pq/7FeP8X6LNh+gtWCrR+x4vowG8im2ZZizaTQAwPLbBbO5jKQMcQpgBEwAPrAecu4XVkB0zomwOu2D06BO6BKED/AGDhpk7kC3hPJ+PEGXIYyXeBDQcaXaszUvaKMi7GTGWYg4/ZUYZHTlAMGGFnkaOdC3wCfwIW2Sc3CIGtntE1qSqttEGA6wBcyQ7EgQb5ptJf/+jsbJY/4GKBHvHLyj/mNQprHPhQtO0oijrWNnFsdyk/Ibeq2dxq5I4eFAZasr2WseKXIldqFMeQ7t2NfWeR6mwsrC8y0LTxmFrn458LUAk/aFh4T9/CI/s31xjc7AxaKMnOkFdSgQKcDMkeaYlG6wENCmdtwZtoq9BC4Ru79A/bT0qtotvSegZdw0C+bhla1WySLHAAAAABJRU5ErkJggg=="
- fi
-else
- # Check if theme directory exists
- if [ -d "${icon_path}" ]; then
- ## Load light or dark icons
- if [ "${macos_darkmode}" == "Dark" ]; then
- icon_float=$(enc_icon ${icon_path}/float_dark.png)
- icon_bsp=$(enc_icon ${icon_path}/bsp_dark.png)
- icon_stack=$(enc_icon ${icon_path}/stack_dark.png)
- else
- icon_float=$(enc_icon ${icon_path}/float_light.png)
- icon_bsp=$(enc_icon ${icon_path}/bsp_light.png)
- icon_stack=$(enc_icon ${icon_path}/stack_light.png)
- fi
- else
- echo "Theme directory ${icon_path} not found." && exit 1
- fi
-fi
-
-## Output base64 icons
-icon() {
- case $1 in
- float)
- echo ${icon_float}
- ;;
- bsp)
- echo ${icon_bsp}
- ;;
- stack)
- echo ${icon_stack}
- ;;
- esac
-}
-
-####
-#### Output below
-####
-
-## Menubar
-echo "${space_id}|templateImage=$(icon ${space_mode})"
-
-## Dropdown menu
-echo "---"
-
-## Modes
-echo "Select mode for current space"
-for mode in ${yabai_modes}; do
- if [[ ${space_mode} = ${mode} ]]; then
- echo "${mode} | image=$(icon ${mode})"
- else
- echo "${mode} | image=$(icon ${mode}) terminal=false bash=yabai param1=-m param2=space param3=--layout param4=${mode}"
- fi
-done
-echo "---"
-
-## Spaces
-echo "Spaces"
-d=0; while [ ${d} -ne ${yabai_displays} ]; do
- d=$((d+1))
- display_spaces=$(yabai -m query --spaces --display $d | jq '.[].index')
-
- if ! [ ${yabai_displays} == 1 ]; then
- echo "Display $d"
- fi
-
- for s in ${display_spaces}; do
- space_label=$(yabai -m query --spaces --space $s --display $d | jq -r '.label')
- space_label="${space_label:-Unnamed}"
-
- if [[ ${s} = ${space_id} ]]; then
- echo "--$s: ${space_label} | image=$(icon $(yabai -m query --spaces --space $s --display | jq -r '.type')) checked=true"
- else
- echo "--$s: ${space_label} | image=$(icon $(yabai -m query --spaces --space $s --display | jq -r '.type')) terminal=false bash=yabai param1=-m param2=space param3=--focus param4=$s"
- fi
- done
-done
-echo "---"
-
-## Services
-echo "Services"
-echo "--Restart yabai | bash='$0' param1=restart terminal=false"
-echo "--Stop yabai | bash='$0' param1=stop terminal=false"
\ No newline at end of file
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
deleted file mode 100644
index bb921f8..0000000
--- a/.config/alacritty/alacritty.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-live_config_reload: true
-
-import:
- - ~/.config/alacritty/custom.yml
- - ~/.config/alacritty/nord.yml
\ No newline at end of file
diff --git a/.config/alacritty/custom.yml b/.config/alacritty/custom.yml
deleted file mode 100644
index 16ad662..0000000
--- a/.config/alacritty/custom.yml
+++ /dev/null
@@ -1,112 +0,0 @@
-env:
- TERM: alacritty
-
-window:
- decorations: transparent
- padding:
- x: 5
- y: 25
-
- dimensions:
- columns: 164
- lines: 42
-
-scrolling:
- history: 10000
-
-# Display tabs using this many cells (changes require restart)
-tabspaces: 2
-
-# When true, bold text is drawn using the bright variant of colors.
-draw_bold_text_with_bright_colors: true
-
-font:
- normal:
- family: "Source Code Pro"
- style: Regular
- bold:
- family: "Source Code Pro"
- style: Semibold
- italic:
- family: "Source Code Pro"
- bold_italic:
- family: "Source Code Pro"
- style: Bold italic
- size: 14.0
- offset:
- x: 0
- y: 6
- glyph_offset:
- x: 0
- y: 3
-
- # Better font rendering for mac
- use_thin_strokes: true
-
-background_opacity: 0.9
-
-selection:
- semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
- save_to_clipboard: true
-
-cursor:
- style:
- shape: Block
- blinking: Always
- blink_interval: 650
- unfocused_hollow: true
- thickness: 1
-
-mouse:
- hide_when_typing: true
-
-# Send ESC (\x1b) before characters when alt is pressed.
-alt_send_esc: false
-
-shell:
- program: /opt/homebrew/bin/tmux
- args:
- - a
- - -d
-
-# Setup some amazing custom key bindings here - Best thing is you can setup key bindings
-# using Mac's 'command' to control your tmux.
-# A great reference: https://arslan.io/2018/02/05/gpu-accelerated-terminal-alacritty/#make-alacritty-feel-like-iterm2
-key_bindings:
- # Alacritty
- - { key: N, mods: Command, action: SpawnNewInstance } # Spawn new instance
- - { key: Key0, mods: Command, action: ResetFontSize } # Reset font size
- - { key: Plus, mods: Command, action: IncreaseFontSize } # Increase font size
- - { key: Minus, mods: Command, action: DecreaseFontSize } # Decrease font size
-
- # tmux
- - { key: J, mods: Command, chars: "\x01\x29" } # Move to next session
- - { key: K, mods: Command, chars: "\x01\x28" } # Move to previous session
-
- - { key: T, mods: Command, chars: "\x01\x63" } # Create window
- - { key: H, mods: Command, chars: "\x01\x70" } # Move to previous window
- - { key: L, mods: Command, chars: "\x01\x6e" } # Move to next window
- - { key: X, mods: Command, chars: "\x01\x78" } # Kill pane/window
- - { key: A, mods: Command, chars: "\x01\x7c" } # Split pane vertically
- - { key: S, mods: Command, chars: "\x01\x2d" } # Split pane horizontally
- - { key: Z, mods: Command, chars: "\x01\x7a" } # Maximize pane
-
- - { key: T, mods: Command|Shift, chars: "\x02\x63" } # Create window in nested session
- - { key: H, mods: Command|Shift, chars: "\x02\x70" } # Move to previous window
- - { key: L, mods: Command|Shift, chars: "\x02\x6e" } # Move to next window
- - { key: X, mods: Command|Shift, chars: "\x02\x78" } # Kill pane/window in nested session
- - { key: A, mods: Command|Shift, chars: "\x02\x7c" } # Split pane vertically in nested session
- - { key: S, mods: Command|Shift, chars: "\x02\x2d" } # Split pane horizontally in nested session
- - { key: Z, mods: Command|Shift, chars: "\x02\x7a" } # Maximize pane in nested session
-
- ## General key bindings
- - {
- key: Comma,
- mods: Command,
- command: { program: "sh", args: ["-c", "open ~/.config/alacritty/"] },
- } # Open alacritty config directory
- - { key: Back, mods: Command, chars: "\x15" } # delete word/line
- - { key: Left, mods: Alt, chars: "\x1bb" } # One word left
- - { key: Right, mods: Alt, chars: "\x1bf" } # One word right
- - { key: Left, mods: Command, chars: "\x1bOH", mode: AppCursor } # Home
- - { key: Right, mods: Command, chars: "\x1bOF", mode: AppCursor } # End
diff --git a/.config/alacritty/default.yml b/.config/alacritty/default.yml
deleted file mode 100644
index 4a23f5c..0000000
--- a/.config/alacritty/default.yml
+++ /dev/null
@@ -1,812 +0,0 @@
-# Configuration for Alacritty, the GPU enhanced terminal emulator.
-
-# Import additional configuration files
-#
-# Imports are loaded in order, skipping all missing files, with the importing
-# file being loaded last. If a field is already present in a previous import, it
-# will be replaced.
-#
-# All imports must either be absolute paths starting with `/`, or paths relative
-# to the user's home directory starting with `~/`.
-#import:
-# - /path/to/alacritty.yml
-
-# Any items in the `env` entry below will be added as
-# environment variables. Some entries may override variables
-# set by alacritty itself.
-#env:
- # TERM variable
- #
- # This value is used to set the `$TERM` environment variable for
- # each instance of Alacritty. If it is not present, alacritty will
- # check the local terminfo database and use `alacritty` if it is
- # available, otherwise `xterm-256color` is used.
- #TERM: alacritty
-
-#window:
- # Window dimensions (changes require restart)
- #
- # Number of lines/columns (not pixels) in the terminal. The number of columns
- # must be at least `2`, while using a value of `0` for columns and lines will
- # fall back to the window manager's recommended size.
- #dimensions:
- # columns: 0
- # lines: 0
-
- # Window position (changes require restart)
- #
- # Specified in number of pixels.
- # If the position is not set, the window manager will handle the placement.
- #position:
- # x: 0
- # y: 0
-
- # Window padding (changes require restart)
- #
- # Blank space added around the window in pixels. This padding is scaled
- # by DPI and the specified value is always added at both opposing sides.
- #padding:
- # x: 0
- # y: 0
-
- # Spread additional padding evenly around the terminal content.
- #dynamic_padding: false
-
- # Window decorations
- #
- # Values for `decorations`:
- # - full: Borders and title bar
- # - none: Neither borders nor title bar
- #
- # Values for `decorations` (macOS only):
- # - transparent: Title bar, transparent background and title bar buttons
- # - buttonless: Title bar, transparent background and no title bar buttons
- #decorations: full
-
- # Startup Mode (changes require restart)
- #
- # Values for `startup_mode`:
- # - Windowed
- # - Maximized
- # - Fullscreen
- #
- # Values for `startup_mode` (macOS only):
- # - SimpleFullscreen
- #startup_mode: Windowed
-
- # Window title
- #title: Alacritty
-
- # Allow terminal applications to change Alacritty's window title.
- #dynamic_title: true
-
- # Window class (Linux/BSD only):
- #class:
- # Application instance name
- #instance: Alacritty
- # General application class
- #general: Alacritty
-
- # GTK theme variant (Linux/BSD only)
- #
- # Override the variant of the GTK theme. Commonly supported values are `dark`
- # and `light`. Set this to `None` to use the default theme variant.
- #gtk_theme_variant: None
-
-#scrolling:
- # Maximum number of lines in the scrollback buffer.
- # Specifying '0' will disable scrolling.
- #history: 10000
-
- # Scrolling distance multiplier.
- #multiplier: 3
-
-# Font configuration
-#font:
- # Normal (roman) font face
- #normal:
- # Font family
- #
- # Default:
- # - (macOS) Menlo
- # - (Linux/BSD) monospace
- # - (Windows) Consolas
- #family: monospace
-
- # The `style` can be specified to pick a specific face.
- #style: Regular
-
- # Bold font face
- #bold:
- # Font family
- #
- # If the bold family is not specified, it will fall back to the
- # value specified for the normal font.
- #family: monospace
-
- # The `style` can be specified to pick a specific face.
- #style: Bold
-
- # Italic font face
- #italic:
- # Font family
- #
- # If the italic family is not specified, it will fall back to the
- # value specified for the normal font.
- #family: monospace
-
- # The `style` can be specified to pick a specific face.
- #style: Italic
-
- # Bold italic font face
- #bold_italic:
- # Font family
- #
- # If the bold italic family is not specified, it will fall back to the
- # value specified for the normal font.
- #family: monospace
-
- # The `style` can be specified to pick a specific face.
- #style: Bold Italic
-
- # Point size
- #size: 11.0
-
- # Offset is the extra space around each character. `offset.y` can be thought
- # of as modifying the line spacing, and `offset.x` as modifying the letter
- # spacing.
- #offset:
- # x: 0
- # y: 0
-
- # Glyph offset determines the locations of the glyphs within their cells with
- # the default being at the bottom. Increasing `x` moves the glyph to the
- # right, increasing `y` moves the glyph upward.
- #glyph_offset:
- # x: 0
- # y: 0
-
- # Thin stroke font rendering (macOS only)
- #
- # Thin strokes are suitable for retina displays, but for non-retina screens
- # it is recommended to set `use_thin_strokes` to `false`.
- #use_thin_strokes: true
-
-# If `true`, bold text is drawn using the bright color variants.
-#draw_bold_text_with_bright_colors: false
-
-# Colors (Tomorrow Night)
-#colors:
- # Default colors
- #primary:
- # background: '#1d1f21'
- # foreground: '#c5c8c6'
-
- # Bright and dim foreground colors
- #
- # The dimmed foreground color is calculated automatically if it is not
- # present. If the bright foreground color is not set, or
- # `draw_bold_text_with_bright_colors` is `false`, the normal foreground
- # color will be used.
- #dim_foreground: '#828482'
- #bright_foreground: '#eaeaea'
-
- # Cursor colors
- #
- # Colors which should be used to draw the terminal cursor.
- #
- # Allowed values are CellForeground and CellBackground, which reference the
- # affected cell, or hexadecimal colors like #ff00ff.
- #cursor:
- # text: CellBackground
- # cursor: CellForeground
-
- # Vi mode cursor colors
- #
- # Colors for the cursor when the vi mode is active.
- #
- # Allowed values are CellForeground and CellBackground, which reference the
- # affected cell, or hexadecimal colors like #ff00ff.
- #vi_mode_cursor:
- # text: CellBackground
- # cursor: CellForeground
-
- # Search colors
- #
- # Colors used for the search bar and match highlighting.
- #search:
- # Allowed values are CellForeground and CellBackground, which reference the
- # affected cell, or hexadecimal colors like #ff00ff.
- #matches:
- # foreground: '#000000'
- # background: '#ffffff'
- #focused_match:
- # foreground: CellBackground
- # background: CellForeground
-
- #bar:
- # background: '#c5c8c6'
- # foreground: '#1d1f21'
-
- # Line indicator
- #
- # Color used for the indicator displaying the position in history during
- # search and vi mode.
- #
- # By default, these will use the opposing primary color.
- #line_indicator:
- # foreground: None
- # background: None
-
- # Selection colors
- #
- # Colors which should be used to draw the selection area.
- #
- # Allowed values are CellForeground and CellBackground, which reference the
- # affected cell, or hexadecimal colors like #ff00ff.
- #selection:
- # text: CellBackground
- # background: CellForeground
-
- # Normal colors
- #normal:
- # black: '#1d1f21'
- # red: '#cc6666'
- # green: '#b5bd68'
- # yellow: '#f0c674'
- # blue: '#81a2be'
- # magenta: '#b294bb'
- # cyan: '#8abeb7'
- # white: '#c5c8c6'
-
- # Bright colors
- #bright:
- # black: '#666666'
- # red: '#d54e53'
- # green: '#b9ca4a'
- # yellow: '#e7c547'
- # blue: '#7aa6da'
- # magenta: '#c397d8'
- # cyan: '#70c0b1'
- # white: '#eaeaea'
-
- # Dim colors
- #
- # If the dim colors are not set, they will be calculated automatically based
- # on the `normal` colors.
- #dim:
- # black: '#131415'
- # red: '#864343'
- # green: '#777c44'
- # yellow: '#9e824c'
- # blue: '#556a7d'
- # magenta: '#75617b'
- # cyan: '#5b7d78'
- # white: '#828482'
-
- # Indexed Colors
- #
- # The indexed colors include all colors from 16 to 256.
- # When these are not set, they're filled with sensible defaults.
- #
- # Example:
- # `- { index: 16, color: '#ff00ff' }`
- #
- #indexed_colors: []
-
-# Bell
-#
-# The bell is rung every time the BEL control character is received.
-#bell:
- # Visual Bell Animation
- #
- # Animation effect for flashing the screen when the visual bell is rung.
- #
- # Values for `animation`:
- # - Ease
- # - EaseOut
- # - EaseOutSine
- # - EaseOutQuad
- # - EaseOutCubic
- # - EaseOutQuart
- # - EaseOutQuint
- # - EaseOutExpo
- # - EaseOutCirc
- # - Linear
- #animation: EaseOutExpo
-
- # Duration of the visual bell flash in milliseconds. A `duration` of `0` will
- # disable the visual bell animation.
- #duration: 0
-
- # Visual bell animation color.
- #color: '#ffffff'
-
- # Bell Command
- #
- # This program is executed whenever the bell is rung.
- #
- # When set to `command: None`, no command will be executed.
- #
- # Example:
- # command:
- # program: notify-send
- # args: ["Hello, World!"]
- #
- #command: None
-
-# Background opacity
-#
-# Window opacity as a floating point number from `0.0` to `1.0`.
-# The value `0.0` is completely transparent and `1.0` is opaque.
-#background_opacity: 1.0
-
-#selection:
- # This string contains all characters that are used as separators for
- # "semantic words" in Alacritty.
- #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
-
- # When set to `true`, selected text will be copied to the primary clipboard.
- #save_to_clipboard: false
-
-#cursor:
- # Cursor style
- #style:
- # Cursor shape
- #
- # Values for `shape`:
- # - ▇ Block
- # - _ Underline
- # - | Beam
- #shape: Block
-
- # Cursor blinking state
- #
- # Values for `blinking`:
- # - Never: Prevent the cursor from ever blinking
- # - Off: Disable blinking by default
- # - On: Enable blinking by default
- # - Always: Force the cursor to always blink
- #blinking: Off
-
- # Vi mode cursor style
- #
- # If the vi mode cursor style is `None` or not specified, it will fall back to
- # the style of the active value of the normal cursor.
- #
- # See `cursor.style` for available options.
- #vi_mode_style: None
-
- # Cursor blinking interval in milliseconds.
- #blink_interval: 750
-
- # If this is `true`, the cursor will be rendered as a hollow box when the
- # window is not focused.
- #unfocused_hollow: true
-
- # Thickness of the cursor relative to the cell width as floating point number
- # from `0.0` to `1.0`.
- #thickness: 0.15
-
-# Live config reload (changes require restart)
-#live_config_reload: true
-
-# Shell
-#
-# You can set `shell.program` to the path of your favorite shell, e.g.
-# `/bin/fish`. Entries in `shell.args` are passed unmodified as arguments to the
-# shell.
-#
-# Default:
-# - (macOS) /bin/bash --login
-# - (Linux/BSD) user login shell
-# - (Windows) powershell
-#shell:
-# program: /bin/bash
-# args:
-# - --login
-
-# Startup directory
-#
-# Directory the shell is started in. If this is unset, or `None`, the working
-# directory of the parent process will be used.
-#working_directory: None
-
-# Send ESC (\x1b) before characters when alt is pressed.
-#alt_send_esc: true
-
-#mouse:
- # Click settings
- #
- # The `double_click` and `triple_click` settings control the time
- # alacritty should wait for accepting multiple clicks as one double
- # or triple click.
- #double_click: { threshold: 300 }
- #triple_click: { threshold: 300 }
-
- # If this is `true`, the cursor is temporarily hidden when typing.
- #hide_when_typing: false
-
- #url:
- # URL launcher
- #
- # This program is executed when clicking on a text which is recognized as a
- # URL. The URL is always added to the command as the last parameter.
- #
- # When set to `launcher: None`, URL launching will be disabled completely.
- #
- # Default:
- # - (macOS) open
- # - (Linux/BSD) xdg-open
- # - (Windows) explorer
- #launcher:
- # program: xdg-open
- # args: []
-
- # URL modifiers
- #
- # These are the modifiers that need to be held down for opening URLs when
- # clicking on them. The available modifiers are documented in the key
- # binding section.
- #modifiers: None
-
-# Mouse bindings
-#
-# Mouse bindings are specified as a list of objects, much like the key
-# bindings further below.
-#
-# To trigger mouse bindings when an application running within Alacritty
-# captures the mouse, the `Shift` modifier is automatically added as a
-# requirement.
-#
-# Each mouse binding will specify a:
-#
-# - `mouse`:
-#
-# - Middle
-# - Left
-# - Right
-# - Numeric identifier such as `5`
-#
-# - `action` (see key bindings)
-#
-# And optionally:
-#
-# - `mods` (see key bindings)
-#mouse_bindings:
-# - { mouse: Middle, action: PasteSelection }
-
-# Key bindings
-#
-# Key bindings are specified as a list of objects. For example, this is the
-# default paste binding:
-#
-# `- { key: V, mods: Control|Shift, action: Paste }`
-#
-# Each key binding will specify a:
-#
-# - `key`: Identifier of the key pressed
-#
-# - A-Z
-# - F1-F24
-# - Key0-Key9
-#
-# A full list with available key codes can be found here:
-# https://docs.rs/glutin/*/glutin/event/enum.VirtualKeyCode.html#variants
-#
-# Instead of using the name of the keys, the `key` field also supports using
-# the scancode of the desired key. Scancodes have to be specified as a
-# decimal number. This command will allow you to display the hex scancodes
-# for certain keys:
-#
-# `showkey --scancodes`.
-#
-# Then exactly one of:
-#
-# - `chars`: Send a byte sequence to the running application
-#
-# The `chars` field writes the specified string to the terminal. This makes
-# it possible to pass escape sequences. To find escape codes for bindings
-# like `PageUp` (`"\x1b[5~"`), you can run the command `showkey -a` outside
-# of tmux. Note that applications use terminfo to map escape sequences back
-# to keys. It is therefore required to update the terminfo when changing an
-# escape sequence.
-#
-# - `action`: Execute a predefined action
-#
-# - ToggleViMode
-# - SearchForward
-# Start searching toward the right of the search origin.
-# - SearchBackward
-# Start searching toward the left of the search origin.
-# - Copy
-# - Paste
-# - IncreaseFontSize
-# - DecreaseFontSize
-# - ResetFontSize
-# - ScrollPageUp
-# - ScrollPageDown
-# - ScrollHalfPageUp
-# - ScrollHalfPageDown
-# - ScrollLineUp
-# - ScrollLineDown
-# - ScrollToTop
-# - ScrollToBottom
-# - ClearHistory
-# Remove the terminal's scrollback history.
-# - Hide
-# Hide the Alacritty window.
-# - Minimize
-# Minimize the Alacritty window.
-# - Quit
-# Quit Alacritty.
-# - ToggleFullscreen
-# - SpawnNewInstance
-# Spawn a new instance of Alacritty.
-# - ClearLogNotice
-# Clear Alacritty's UI warning and error notice.
-# - ClearSelection
-# Remove the active selection.
-# - ReceiveChar
-# - None
-#
-# - Vi mode exclusive actions:
-#
-# - Open
-# Open URLs at the cursor location with the launcher configured in
-# `url.launcher`.
-# - ToggleNormalSelection
-# - ToggleLineSelection
-# - ToggleBlockSelection
-# - ToggleSemanticSelection
-# Toggle semantic selection based on `selection.semantic_escape_chars`.
-#
-# - Vi mode exclusive cursor motion actions:
-#
-# - Up
-# One line up.
-# - Down
-# One line down.
-# - Left
-# One character left.
-# - Right
-# One character right.
-# - First
-# First column, or beginning of the line when already at the first column.
-# - Last
-# Last column, or beginning of the line when already at the last column.
-# - FirstOccupied
-# First non-empty cell in this terminal row, or first non-empty cell of
-# the line when already at the first cell of the row.
-# - High
-# Top of the screen.
-# - Middle
-# Center of the screen.
-# - Low
-# Bottom of the screen.
-# - SemanticLeft
-# Start of the previous semantically separated word.
-# - SemanticRight
-# Start of the next semantically separated word.
-# - SemanticLeftEnd
-# End of the previous semantically separated word.
-# - SemanticRightEnd
-# End of the next semantically separated word.
-# - WordLeft
-# Start of the previous whitespace separated word.
-# - WordRight
-# Start of the next whitespace separated word.
-# - WordLeftEnd
-# End of the previous whitespace separated word.
-# - WordRightEnd
-# End of the next whitespace separated word.
-# - Bracket
-# Character matching the bracket at the cursor's location.
-# - SearchNext
-# Beginning of the next match.
-# - SearchPrevious
-# Beginning of the previous match.
-# - SearchStart
-# Start of the match to the left of the vi mode cursor.
-# - SearchEnd
-# End of the match to the right of the vi mode cursor.
-#
-# - Search mode exclusive actions:
-# - SearchFocusNext
-# Move the focus to the next search match.
-# - SearchFocusPrevious
-# Move the focus to the previous search match.
-# - SearchConfirm
-# - SearchCancel
-# - SearchClear
-# Reset the search regex.
-# - SearchDeleteWord
-# Delete the last word in the search regex.
-# - SearchHistoryPrevious
-# Go to the previous regex in the search history.
-# - SearchHistoryNext
-# Go to the next regex in the search history.
-#
-# - macOS exclusive actions:
-# - ToggleSimpleFullscreen
-# Enter fullscreen without occupying another space.
-#
-# - Linux/BSD exclusive actions:
-#
-# - CopySelection
-# Copy from the selection buffer.
-# - PasteSelection
-# Paste from the selection buffer.
-#
-# - `command`: Fork and execute a specified command plus arguments
-#
-# The `command` field must be a map containing a `program` string and an
-# `args` array of command line parameter strings. For example:
-# `{ program: "alacritty", args: ["-e", "vttest"] }`
-#
-# And optionally:
-#
-# - `mods`: Key modifiers to filter binding actions
-#
-# - Command
-# - Control
-# - Option
-# - Super
-# - Shift
-# - Alt
-#
-# Multiple `mods` can be combined using `|` like this:
-# `mods: Control|Shift`.
-# Whitespace and capitalization are relevant and must match the example.
-#
-# - `mode`: Indicate a binding for only specific terminal reported modes
-#
-# This is mainly used to send applications the correct escape sequences
-# when in different modes.
-#
-# - AppCursor
-# - AppKeypad
-# - Search
-# - Alt
-# - Vi
-#
-# A `~` operator can be used before a mode to apply the binding whenever
-# the mode is *not* active, e.g. `~Alt`.
-#
-# Bindings are always filled by default, but will be replaced when a new
-# binding with the same triggers is defined. To unset a default binding, it can
-# be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for
-# a no-op if you do not wish to receive input characters for that binding.
-#
-# If the same trigger is assigned to multiple actions, all of them are executed
-# in the order they were defined in.
-#key_bindings:
- #- { key: Paste, action: Paste }
- #- { key: Copy, action: Copy }
- #- { key: L, mods: Control, action: ClearLogNotice }
- #- { key: L, mods: Control, mode: ~Vi|~Search, chars: "\x0c" }
- #- { key: PageUp, mods: Shift, mode: ~Alt, action: ScrollPageUp, }
- #- { key: PageDown, mods: Shift, mode: ~Alt, action: ScrollPageDown }
- #- { key: Home, mods: Shift, mode: ~Alt, action: ScrollToTop, }
- #- { key: End, mods: Shift, mode: ~Alt, action: ScrollToBottom }
-
- # Vi Mode
- #- { key: Space, mods: Shift|Control, mode: Vi|~Search, action: ScrollToBottom }
- #- { key: Space, mods: Shift|Control, mode: ~Search, action: ToggleViMode }
- #- { key: Escape, mode: Vi|~Search, action: ClearSelection }
- #- { key: I, mode: Vi|~Search, action: ScrollToBottom }
- #- { key: I, mode: Vi|~Search, action: ToggleViMode }
- #- { key: C, mods: Control, mode: Vi|~Search, action: ToggleViMode }
- #- { key: Y, mods: Control, mode: Vi|~Search, action: ScrollLineUp }
- #- { key: E, mods: Control, mode: Vi|~Search, action: ScrollLineDown }
- #- { key: G, mode: Vi|~Search, action: ScrollToTop }
- #- { key: G, mods: Shift, mode: Vi|~Search, action: ScrollToBottom }
- #- { key: B, mods: Control, mode: Vi|~Search, action: ScrollPageUp }
- #- { key: F, mods: Control, mode: Vi|~Search, action: ScrollPageDown }
- #- { key: U, mods: Control, mode: Vi|~Search, action: ScrollHalfPageUp }
- #- { key: D, mods: Control, mode: Vi|~Search, action: ScrollHalfPageDown }
- #- { key: Y, mode: Vi|~Search, action: Copy }
- #- { key: Y, mode: Vi|~Search, action: ClearSelection }
- #- { key: Copy, mode: Vi|~Search, action: ClearSelection }
- #- { key: V, mode: Vi|~Search, action: ToggleNormalSelection }
- #- { key: V, mods: Shift, mode: Vi|~Search, action: ToggleLineSelection }
- #- { key: V, mods: Control, mode: Vi|~Search, action: ToggleBlockSelection }
- #- { key: V, mods: Alt, mode: Vi|~Search, action: ToggleSemanticSelection }
- #- { key: Return, mode: Vi|~Search, action: Open }
- #- { key: K, mode: Vi|~Search, action: Up }
- #- { key: J, mode: Vi|~Search, action: Down }
- #- { key: H, mode: Vi|~Search, action: Left }
- #- { key: L, mode: Vi|~Search, action: Right }
- #- { key: Up, mode: Vi|~Search, action: Up }
- #- { key: Down, mode: Vi|~Search, action: Down }
- #- { key: Left, mode: Vi|~Search, action: Left }
- #- { key: Right, mode: Vi|~Search, action: Right }
- #- { key: Key0, mode: Vi|~Search, action: First }
- #- { key: Key4, mods: Shift, mode: Vi|~Search, action: Last }
- #- { key: Key6, mods: Shift, mode: Vi|~Search, action: FirstOccupied }
- #- { key: H, mods: Shift, mode: Vi|~Search, action: High }
- #- { key: M, mods: Shift, mode: Vi|~Search, action: Middle }
- #- { key: L, mods: Shift, mode: Vi|~Search, action: Low }
- #- { key: B, mode: Vi|~Search, action: SemanticLeft }
- #- { key: W, mode: Vi|~Search, action: SemanticRight }
- #- { key: E, mode: Vi|~Search, action: SemanticRightEnd }
- #- { key: B, mods: Shift, mode: Vi|~Search, action: WordLeft }
- #- { key: W, mods: Shift, mode: Vi|~Search, action: WordRight }
- #- { key: E, mods: Shift, mode: Vi|~Search, action: WordRightEnd }
- #- { key: Key5, mods: Shift, mode: Vi|~Search, action: Bracket }
- #- { key: Slash, mode: Vi|~Search, action: SearchForward }
- #- { key: Slash, mods: Shift, mode: Vi|~Search, action: SearchBackward }
- #- { key: N, mode: Vi|~Search, action: SearchNext }
- #- { key: N, mods: Shift, mode: Vi|~Search, action: SearchPrevious }
-
- # Search Mode
- #- { key: Return, mode: Search|Vi, action: SearchConfirm }
- #- { key: Escape, mode: Search, action: SearchCancel }
- #- { key: C, mods: Control, mode: Search, action: SearchCancel }
- #- { key: U, mods: Control, mode: Search, action: SearchClear }
- #- { key: W, mods: Control, mode: Search, action: SearchDeleteWord }
- #- { key: P, mods: Control, mode: Search, action: SearchHistoryPrevious }
- #- { key: N, mods: Control, mode: Search, action: SearchHistoryNext }
- #- { key: Up, mode: Search, action: SearchHistoryPrevious }
- #- { key: Down, mode: Search, action: SearchHistoryNext }
- #- { key: Return, mode: Search|~Vi, action: SearchFocusNext }
- #- { key: Return, mods: Shift, mode: Search|~Vi, action: SearchFocusPrevious }
-
- # (Windows, Linux, and BSD only)
- #- { key: V, mods: Control|Shift, mode: ~Vi, action: Paste }
- #- { key: C, mods: Control|Shift, action: Copy }
- #- { key: F, mods: Control|Shift, mode: ~Search, action: SearchForward }
- #- { key: B, mods: Control|Shift, mode: ~Search, action: SearchBackward }
- #- { key: C, mods: Control|Shift, mode: Vi|~Search, action: ClearSelection }
- #- { key: Insert, mods: Shift, action: PasteSelection }
- #- { key: Key0, mods: Control, action: ResetFontSize }
- #- { key: Equals, mods: Control, action: IncreaseFontSize }
- #- { key: Plus, mods: Control, action: IncreaseFontSize }
- #- { key: NumpadAdd, mods: Control, action: IncreaseFontSize }
- #- { key: Minus, mods: Control, action: DecreaseFontSize }
- #- { key: NumpadSubtract, mods: Control, action: DecreaseFontSize }
-
- # (Windows only)
- #- { key: Return, mods: Alt, action: ToggleFullscreen }
-
- # (macOS only)
- #- { key: K, mods: Command, mode: ~Vi|~Search, chars: "\x0c" }
- #- { key: K, mods: Command, mode: ~Vi|~Search, action: ClearHistory }
- #- { key: Key0, mods: Command, action: ResetFontSize }
- #- { key: Equals, mods: Command, action: IncreaseFontSize }
- #- { key: Plus, mods: Command, action: IncreaseFontSize }
- #- { key: NumpadAdd, mods: Command, action: IncreaseFontSize }
- #- { key: Minus, mods: Command, action: DecreaseFontSize }
- #- { key: NumpadSubtract, mods: Command, action: DecreaseFontSize }
- #- { key: V, mods: Command, action: Paste }
- #- { key: C, mods: Command, action: Copy }
- #- { key: C, mods: Command, mode: Vi|~Search, action: ClearSelection }
- #- { key: H, mods: Command, action: Hide }
- #- { key: M, mods: Command, action: Minimize }
- #- { key: Q, mods: Command, action: Quit }
- #- { key: W, mods: Command, action: Quit }
- #- { key: N, mods: Command, action: SpawnNewInstance }
- #- { key: F, mods: Command|Control, action: ToggleFullscreen }
- #- { key: F, mods: Command, mode: ~Search, action: SearchForward }
- #- { key: B, mods: Command, mode: ~Search, action: SearchBackward }
-
-#debug:
- # Display the time it takes to redraw each frame.
- #render_timer: false
-
- # Keep the log file after quitting Alacritty.
- #persistent_logging: false
-
- # Log level
- #
- # Values for `log_level`:
- # - Off
- # - Error
- # - Warn
- # - Info
- # - Debug
- # - Trace
- #log_level: Warn
-
- # Print all received window events.
- #print_events: false
diff --git a/.config/alacritty/nord.yml b/.config/alacritty/nord.yml
deleted file mode 100644
index b370cb1..0000000
--- a/.config/alacritty/nord.yml
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright (c) 2017-present Arctic Ice Studio
-# Copyright (c) 2017-present Sven Greb
-
-# Project: Nord Alacritty
-# Version: 0.1.0
-# Repository: https://github.com/arcticicestudio/nord-alacritty
-# License: MIT
-# References:
-# https://github.com/alacritty/alacritty
-
-colors:
- primary:
- background: '#2e3440'
- foreground: '#d8dee9'
- dim_foreground: '#a5abb6'
- cursor:
- text: '#2e3440'
- cursor: '#d8dee9'
- vi_mode_cursor:
- text: '#2e3440'
- cursor: '#d8dee9'
- selection:
- text: CellForeground
- background: '#4c566a'
- search:
- matches:
- foreground: CellBackground
- background: '#88c0d0'
- bar:
- background: '#434c5e'
- foreground: '#d8dee9'
- normal:
- black: '#3b4252'
- red: '#bf616a'
- green: '#a3be8c'
- yellow: '#ebcb8b'
- blue: '#81a1c1'
- magenta: '#b48ead'
- cyan: '#88c0d0'
- white: '#e5e9f0'
- bright:
- black: '#4c566a'
- red: '#bf616a'
- green: '#a3be8c'
- yellow: '#ebcb8b'
- blue: '#81a1c1'
- magenta: '#b48ead'
- cyan: '#8fbcbb'
- white: '#eceff4'
- dim:
- black: '#373e4d'
- red: '#94545d'
- green: '#809575'
- yellow: '#b29e75'
- blue: '#68809a'
- magenta: '#8c738c'
- cyan: '#6d96a5'
- white: '#aeb3bb'
diff --git a/.config/espanso/user/email.yml.secret b/.config/espanso/user/email.yml.secret
deleted file mode 100644
index 777d01f..0000000
Binary files a/.config/espanso/user/email.yml.secret and /dev/null differ
diff --git a/.config/espanso/user/misc.yml.secret b/.config/espanso/user/misc.yml.secret
deleted file mode 100644
index 6144546..0000000
Binary files a/.config/espanso/user/misc.yml.secret and /dev/null differ
diff --git a/.config/espanso/user/people.yml.secret b/.config/espanso/user/people.yml.secret
deleted file mode 100644
index a5c1710..0000000
Binary files a/.config/espanso/user/people.yml.secret and /dev/null differ
diff --git a/.config/espanso/user/personal.yml.secret b/.config/espanso/user/personal.yml.secret
deleted file mode 100644
index 208bec7..0000000
Binary files a/.config/espanso/user/personal.yml.secret and /dev/null differ
diff --git a/.config/skhd/skhdrc b/.config/skhd/skhdrc
deleted file mode 100644
index cc9a1ec..0000000
--- a/.config/skhd/skhdrc
+++ /dev/null
@@ -1,32 +0,0 @@
-# focus left window
-meh - h : yabai -m window --focus west
-
-# swap managed window
-meh - left : yabai -m window --swap west
-meh - right : yabai -m window --swap east
-meh - up : yabai -m window --swap north
-meh - down : yabai -m window --swap south
-
-# switch space mode
-meh - b : yabai -m space --layout bsp
-meh - f : yabai -m space --layout float
-meh - s : yabai -m space --layout stack
-
-# move focus window
-meh + cmd - left : yabai -m window --focus west
-meh + cmd - right : yabai -m window --focus east
-meh + cmd - up : yabai -m window --focus north
-meh + cmd - down : yabai -m window --focus south
-
-# move window to space
-shift + cmd - 1 : yabai -m window --space 1
-shift + cmd - 2 : yabai -m window --space 2
-shift + cmd - 3 : yabai -m window --space 3
-shift + cmd - 4 : yabai -m window --space 4
-shift + cmd - 5 : yabai -m window --space 5
-shift + cmd - 6 : yabai -m window --space 6
-shift + cmd - 7 : yabai -m window --space 7
-shift + cmd - 8 : yabai -m window --space 8
-
-# restart yabai and skhd
-ctrl + alt + cmd - r : launchctl kickstart -k "gui/${UID}/homebrew.mxcl.yabai" && launchctl kickstart -k "gui/${UID}/homebrew.mxcl.skhd"
diff --git a/.config/yabai/yabairc b/.config/yabai/yabairc
deleted file mode 100755
index 8647454..0000000
--- a/.config/yabai/yabairc
+++ /dev/null
@@ -1,142 +0,0 @@
-#!/bin/sh
-
-## Set PATH
-PATH="/opt/homebrew/bin:${PATH}"
-
-## Path to yabai
-yabai
-
-## Spaces that should be created
-yabai_create_spaces="Main Mail Messaging PIM Shell Code Misc."
-
-## Get nuber of spaces that should be created
-yabai_create_spaces_count=$(set -- ${yabai_create_spaces} && echo $#)
-
-## Get number of existing spaces
-yabai_spaces=$(yabai -m query --spaces | jq length)
-
-
-## Global settings
-yabai -m config mouse_follows_focus off
-yabai -m config focus_follows_mouse off
-
-yabai -m config split_ratio 0.6
-yabai -m config window_shadow float
-yabai -m config mouse_modifier fn
-yabai -m config mouse_action1 move
-yabai -m config mouse_action2 resize
-
-## General space settings
-yabai -m config layout bsp
-yabai -m config top_padding 10
-yabai -m config bottom_padding 10
-yabai -m config left_padding 10
-yabai -m config right_padding 10
-yabai -m config window_gap 10
-
-yabai -m config window_placement second_child
-
-yabai -m config window_opacity on
-yabai -m config active_window_opacity 1.0
-yabai -m config normal_window_opacity 0.9
-
-## Specific space settings
-yabai -m space 1 --layout stack
-
-## Destroy all spaces in reverse order(except of the first one)
-i=${yabai_spaces}; while [ ${i} -ne 1 ]; do
- yabai -m space ${i} --destroy
- i=$((i-1))
-done
-
-## Create spaces and label them
-i=0; for name in ${yabai_create_spaces}; do
- i=$((i+1))
- yabai -m space ${i} --label ${name}
-
- if [ ${i} -lt ${yabai_create_spaces_count} ]; then
- yabai -m space --create
- fi
-done
-
-## Sticky Windows
-yabai -m rule --add app="^Todoist$" sticky=on
-yabai -m rule --add app="^Bitwarden$" sticky=on
-
-space=Main
-yabai -m rule --add app="^Firefox$" space="${space}"
-yabai -m rule --add app="^Safari$" space="${space}"
-yabai -m rule --add app="^Chrome$" space="${space}"
-yabai -m rule --add app="^Reeder$" space="${space}"
-
-space=Mail
-yabai -m rule --add app="^Mail$" space="${space}"
-yabai -m rule --add app="^Thunderbird$" space="${space}"
-
-space=Messaging
-yabai -m rule --add app="^Threema$" space="${space}"
-yabai -m rule --add app="^WhatsApp$" space="${space}"
-yabai -m rule --add app="^Nachrichten$" space="${space}"
-
-space=PIM
-yabai -m rule --add app="^Kalender$" space="${space}"
-yabai -m rule --add app="^Fantastical$" space="${space}"
-yabai -m rule --add app="^Kontakte$" space="${space}"
-
-space=Shell
-yabai -m rule --add app="^iTerm2$" space="${space}"
-yabai -m rule --add app="^Terminal$" space="${space}"
-yabai -m rule --add app="^Alacritty$" space="${space}"
-
-space=Code
-yabai -m rule --add app="^VSCodium$" space="${space}"
-yabai -m rule --add app="^VSCode$" space="${space}"
-yabai -m rule --add app="^Fork$" space="${space}"
-
-space=Misc.
-yabai -m rule --add app="^MoneyMoney$" space="${space}"
-yabai -m rule --add app="^YNAB$" space="${space}"
-yabai -m rule --add app="^Portfolio Performance$" space="${space}"
-yabai -m rule --add app="^Affinity .*$" space="${space}"
-
-## Unmanaged applications
-yabai -m rule --add app="^App Store$" manage=off
-yabai -m rule --add app="^iStat Menus$" manage=off
-yabai -m rule --add app="^Bartender .*$" manage=off
-yabai -m rule --add app="^Rechner$" manage=off
-yabai -m rule --add app="^Numi$" manage=off
-yabai -m rule --add app="^Vorschau$" manage=off
-yabai -m rule --add app="^System.*einstellungen$" manage=off
-yabai -m rule --add app="^System.*informationen$" manage=off
-yabai -m rule --add app="^Festplatten.*dienstprogramm$" manage=off
-yabai -m rule --add app="^VirtualBox$" manage=off
-yabai -m rule --add app="^nextcloud$" manage=off
-yabai -m rule --add app="^Hazel$" manage=off
-yabai -m rule --add app="^Color Picker$" manage=off
-yabai -m rule --add app="^ColorSlurp$" manage=off
-yabai -m rule --add app="^PrinterProxy$" manage=off
-yabai -m rule --add app="^ExactScan Pro$" manage=off
-yabai -m rule --add app="^coconutBattery$" manage=off
-yabai -m rule --add app="^Arq$" manage=off
-yabai -m rule --add app="^The Unarchiver$" manage=off
-yabai -m rule --add app="^VMware Fusion$" manage=off
-yabai -m rule --add app="^Passepartout$" manage=off
-yabai -m rule --add app="^FaceTime$" manage=off
-
-## Unmanaged windows of specific applications
-yabai -m rule --add app="^Alfred Preferences$" manage=off
-yabai -m rule --add app="^Thunderbird$" title="(Nachricht wird gesendet|Aktivitäten|Öffnen von)" manage=off
-yabai -m rule --add app="^MoneyMoney$" title="(Einstellungen)" manage=off
-yabai -m rule --add app="^DBeaver$" title="(Treibereinstellungen|Neue Verbindung anlegen)" manage=off
-yabai -m rule --add app="^Fantastical Helper$" manage=off
-yabai -m rule --add app="^Affinity .*$" title="(Dokument)" manage=off
-yabai -m rule --add app="^Fantastical$" title="(Allgemein|Darstellung|Accounts|Kalender|Erinnerungen|Wetter|Erweitert|Aktualisieren)" manage=off
-yabai -m rule --add app="^Finder$" title="(Kopieren|Bewegen|Verbinden|Infos|Einstellungen|Über|Papierkorb)" manage=off
-yabai -m rule --add app="^FileBot$" title="(Invalid Characters|Preset Editor|Conflicts|TheTVDB|TheMovieDB|AccoustID)" manage=off
-yabai -m rule --add app="^Fork$" title="(General|Commit|Git|Integration|Custom Commands|Updates)" manage=off
-yabai -m rule --add app="^Mail$" title="(Accountinformationen|Aktivität|Allgemein|Accounts|Spam|Schrift & Farbe|Darstellung|Verfassen|Signaturen|Regeln)" manage=off
-
-echo "yabai configuration loaded.."
-
-# This downloads an up-to-date version of the yabai autoupdate script hosted by @dominiklohmann and executes it whenever yabai starts.
-YABAI_CERT=yabai-cert sh -c "$(curl -fsSL "https://git.io/update-yabai")" &
\ No newline at end of file
diff --git a/Makefile b/Makefile
index 376deb9..aa6ed3b 100644
--- a/Makefile
+++ b/Makefile
@@ -18,9 +18,9 @@ install: git-fetch deploy-base ## Update repor and run deploy-base
deploy-base: deploy-htop-zfs deploy-tmux deploy-vim deploy-zsh deploy-ssh deploy-hushlogin ## Only deploy basic conf files for shell usage
-deploy-workstation: deploy-base deploy-alacritty deploy-espanso deploy-vscodium deploy-youtubedl ## Deploy workstation specific config files (inherits deploy-shell)
+deploy-workstation: deploy-base deploy-vscodium deploy-youtubedl ## Deploy workstation specific config files (inherits deploy-shell)
-deploy-macos: deploy-htop deploy-workstation deploy-bitbar deploy-duti deploy-skhd deploy-yabai deploy-brewfile ## Deploy macOS specific config files (inherits deploy-workstation)
+deploy-macos: deploy-htop deploy-workstation deploy-duti deploy-brewfile ## Deploy macOS specific config files (inherits deploy-workstation)
gen-vscodium-plugin-list: ## Update the list of VSCodium plugins
@echo "\033[1;32m>>>\033[1;0m Updating the list of VSCodium plugins at .config/VSCodium/UserUser/extensions.list"
@@ -53,27 +53,12 @@ git-update-submodules: ## Update all submodules
brew-bundle: ## Install applications with brew bundle
@echo "\033[1;32m>>>\033[1;0m\033[1;0m Installing applications from .config/Brewfile"
- @brew bundle --file .config/Brewfile || true
+ @brew bundle --file .config/Brewfile --force || true
brew-bundle-cleanup: ## Removew all appplications that are not listed in Brewfile
@echo "\033[1;32m>>>\033[1;0m Removing applications that are not listed in .config/Brewfile"
@brew bundle cleanup --zap --force --file .config/Brewfile
-deploy-alacritty: ## Deploy alacritty config
- @echo "\033[1;32m>>>\033[1;0m Deploy alacritty config to ${HOMEDIR}/.config/alacritty"
- @mkdir -p ~/.config/alacritty
- @cp .config/alacritty/* ${HOMEDIR}/.config/alacritty
-
-deploy-bitbar: ## Deploy BitBar config
- @echo "\033[1;32m>>>\033[1;0m Deploy BitBar config to ${HOMEDIR}/.config/BitBar"
- @mkdir -p ${HOMEDIR}/.config/BitBar
- @cp .config/BitBar/* ${HOMEDIR}/.config/BitBar
- @echo "\033[1;32m>>>\033[1;0m Setting BitBar plugin directory to ${HOMEDIR}/.config/BitBar/Enabled"
- @defaults write com.matryer.BitBar pluginsDirectory "${HOMEDIR}/.config/BitBar/Enabled"
- @echo "\033[1;32m>>>\033[1;0m Enabeling BitBar plugins"
- @mkdir -p ${HOMEDIR}/.config/BitBar/Enabled
- @ln -sf ${HOMEDIR}/.config/BitBar/*.sh ${HOMEDIR}/.config/BitBar/Enabled
-
deploy-duti: ## Deploy duti config
@echo "\033[1;32m>>>\033[1;0m Deploy duti config to ${HOMEDIR}/.config/duti"
@mkdir -p ${HOMEDIR}/.config/duti
@@ -81,14 +66,6 @@ deploy-duti: ## Deploy duti config
@echo "\033[1;32m>>>\033[1;0m Processing duti config from ${HOMEDIR}/.config/duti"
@duti ${HOMEDIR}/.config/duti
-deploy-espanso: ## Deploy espanso config
- @echo "\033[1;32m>>>\033[1;0m Deploy espanso config to ${HOMEDIR}/.config/espanso"
- @mkdir -p ${HOMEDIR}/.config/espanso/user
- @cp .config/espanso/*.yml ${HOMEDIR}/.config/espanso
- -@cp .config/espanso/user/*.yml ${HOMEDIR}/.config/espanso/user
- @echo "\033[1;32m>>>\033[1;0m Enabeling espanso daemon"
- @espanso register
-
deploy-htop: ## Deploy htop config
@echo "\033[1;32m>>>\033[1;0m Deploy htop config to ${HOMEDIR}/.config/htop"
@mkdir -p ${HOMEDIR}/.config/htop
@@ -99,13 +76,6 @@ deploy-htop-zfs: ## Deploy htop config with zfs
@mkdir -p ${HOMEDIR}/.config/htop
@cp .config/htop/htoprc.zfs ${HOMEDIR}/.config/htop/htoprc
-deploy-skhd: ## Deploy skhd config
- @echo "\033[1;32m>>>\033[1;0m Deploy skhd config to ${HOMEDIR}/.config/skhd"
- @mkdir -p ${HOMEDIR}/.config/skhd
- @cp .config/skhd/skhdrc ${HOMEDIR}/.config/skhd
- @echo "\033[1;32m>>>\033[1;0m Enabeling skhd daemon"
- @brew services restart skhd
-
deploy-tmux: ## Deploy tmux config
@echo "\033[1;32m>>>\033[1;0m Deploy tmux config to ${HOMEDIR}/.config/tmux"
@mkdir -p ${HOMEDIR}/.config/tmux
@@ -130,13 +100,6 @@ deploy-vscodium: ## Deploy VSCodium config
@echo "\033[1;32m>>>\033[1;0m Install VSCodium extensions from ${HOMEDIR}/.config/VSCodium/User/extensions.list"
@cat .config/VSCodium/User/extensions.list | xargs -L 1 code --install-extension
-deploy-yabai: ## Deploy yabai config
- @echo "\033[1;32m>>>\033[1;0m Deploy yabai config to ${HOMEDIR}/.config/yabai"
- @mkdir -p ${HOMEDIR}/.config/yabai
- @cp .config/yabai/yabairc ${HOMEDIR}/.config/yabai
- @echo "\033[1;32m>>>\033[1;0m Enabeling yabai daemon"
- @brew services restart yabai
-
deploy-youtubedl: ## Deploy youtube-dl config
@echo "\033[1;32m>>>\033[1;0m Deploy youtube-dl config to ${HOMEDIR}/.config/youtube-dl"
@mkdir -p ${HOMEDIR}/.config/youtube-dl