diff options
| author | BardofSprites <[email protected]> | 2025-07-29 16:07:34 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2025-07-29 16:07:34 -0400 |
| commit | 151e96f8be8982a594a7043ad1e7e94a5b07a2bf (patch) | |
| tree | 17a379a0290f261680dc6e5a8636d4c02d721341 /bin | |
| parent | 284ea2c1115f3546568a9eb1856280fe64801110 (diff) | |
huge XMonad update
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.local/bin/scripts/xmonad-themechange | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/.local/bin/scripts/xmonad-themechange b/bin/.local/bin/scripts/xmonad-themechange index ee48b25..ccd28b0 100755 --- a/bin/.local/bin/scripts/xmonad-themechange +++ b/bin/.local/bin/scripts/xmonad-themechange @@ -1,6 +1,6 @@ #!/usr/bin/bash -themes=("Gruber Darker" "Modus Vivendi" "Ef Arbutus" "Ef Autumn") +themes=("Gruber Darker" "Modus Vivendi" "Ef Arbutus" "Ef Elea Dark" "Ef Autumn") selected_theme=$(printf "%s\n" "${themes[@]}" | dmenu -p "Select a theme:") @@ -36,6 +36,13 @@ apply_generic_theme() { apply_emacs_theme "ef-arbutus" xrdb -merge ~/.Xresources.d/Xresources.arbutus ;; + "Ef Elea Dark") + BG_COLOR="#222524" + FG_COLOR="#eaf2ef" + XMONAD_MODULE="Ef.EleaDark" + apply_emacs_theme "ef-elea-dark" + xrdb -merge ~/.Xresources.d/Xresources.elea-dark + ;; "Ef Autumn") BG_COLOR="#0f0e06" FG_COLOR="#cfbcba" |
