diff --git a/.config/shell/rc.d/alias-pywal.sh b/.config/shell/rc.d/alias-pywal.sh new file mode 100644 index 0000000..53e5566 --- /dev/null +++ b/.config/shell/rc.d/alias-pywal.sh @@ -0,0 +1,8 @@ +#!/bin/sh + +if type wal >/dev/null 2>&1; then + alias sd="wal --theme gruvbox" # grubbox dark + alias sD="wal --theme vscode" # pencil-like dark theme + alias sl="wal --theme base16-gruvbox-medium -l" # pencil-like light theme + alias sL="wal --theme 3024 -l" # pencil-like light theme +fi