From 1cb4f5c3d9047d94e4eb319d51f70da4b9968cd9 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 22 Sep 2024 19:01:03 -0400 Subject: update README.org --- README.org | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 0f98d5b..b4140ec 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,33 @@ My emacs configurations can be found [[https://github.com/BardofSprites/.emacs.d][here]]. -Obligatory screenshot (wallpaper changes often): +[[file:img/2024-09-22.png]] +In image: GNU Emacs with org mode document open. FVWMButtons "panels" on the left and top. Featured colorscheme ~modus-vivendi~. -g[[file:img/screenshot.png]] +* Fvwm +** Colorsets +I have implemented colors from [[https://protesilaos.com/emacs][Protesilaos Stavrou's]] wonderful ~modus-themes~ and ~ef-themes~ GNU Emacs packages as FVWM colorsets. You can check out the screenshots for [[https://protesilaos.com/emacs/modus-themes-pictures][modus-themes]] and [[https://protesilaos.com/emacs/ef-themes-pictures][ef-themes]] to preview the colors if you don't want to test out my dotfiles. + +* Scripts +** Common Lisp/Scheme Scripts +My Common Lisp/Scheme scripts are located in ~bin/.local/bin/scripts/lisp/~. +*** ~study.lisp~ +A simple work session manager with notifications. +**** Dependencies ++ sbcl ++ [[https://github.com/tsoding/sowon][sowon]] ++ notify-send ++ dunst +**** Installation +You should compile it with: +#+begin_src shell + sbcl --script ~/.local/bin/scripts/lisp/study.lisp +#+end_src + +and then you can add the binary to path or move it to another directory (ex: ~/usr/local/bin~). +*** ~wallpaper.scm~ +in progress. +** TODO Bash scripts +in progress. +** TODO perl scripts +in progress. -- cgit v1.2.3