From 673a709c004c548e51a0da8a482cea3668bb3d18 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 21 Apr 2026 19:00:00 -0500 Subject: [PATCH] Update themes (default/admin -> gruvbox; music -> pina) --- docs/workflow-notes.md | 4 ++-- src_files/shell/profile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/workflow-notes.md b/docs/workflow-notes.md index ec0630a..b8ce7fa 100644 --- a/docs/workflow-notes.md +++ b/docs/workflow-notes.md @@ -42,9 +42,9 @@ idea from the ThePrimeagen: designated workspace/tags/desktop per app/purpose | theme name | focus / use context |-------------|-------------------- -| pina | admin/productivity work (default theme) +| gruvbox | admin/productivity work (default theme) +| pina | music | tokyodark | programming/coding -| gruvbox | music | mars | night (within 2+ hours of sleep) | lanterns | (tbd?) | lighthouse | (tbd?) diff --git a/src_files/shell/profile b/src_files/shell/profile index e8df59e..77bab77 100644 --- a/src_files/shell/profile +++ b/src_files/shell/profile @@ -29,7 +29,7 @@ export XDG_DATA_DIRS="/usr/local/share:/usr/share" # directory for theme/style stuff export DIR_THEME_SETTINGS="$XDG_CONFIG_HOME/zz-this-box/themes" -export DEFAULT_THEME_NAME="pina" +export DEFAULT_THEME_NAME="gruvbox" # ksh/oksh export ENV="$HOME/.config/ksh/kshrc" # ENV var should be ignored by zsh and bash