commit 57fbc804e681382b803f0042cc5f491362b7141f
parent a351039b070cef8cc2e296c72c9c348236bcee8a
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date: Tue, 12 Jan 2021 17:14:04 -0600
site update
Diffstat:
2 files changed, 0 insertions(+), 21 deletions(-)
diff --git a/dwmbar/config b/dwmbar/config
@@ -1,17 +0,0 @@
-#!/bin/bash
-
-# What modules, in what order
-MODULES="archupdates mpd volume cputemp battery date time"
-
-# Delay between showing the status bar
-DELAY="0.05"
-
-# Where the custom modules are stored
-CUSTOM_DIR="/home/$USER/.config/dwmbar/modules/custom/"
-
-# Separator between modules
-SEPARATOR=" | "
-
-# Padding at the end and beggining of the status bar
-RIGHT_PADDING=" "
-LEFT_PADDING=" "
diff --git a/shortcutrc b/shortcutrc
@@ -7,9 +7,6 @@ pp="cd ~/pix && ls -a" \
vv="cd ~/vids && ls -a" \
cf="cd ~/.config && ls -a" \
sc="cd ~/.local/bin && ls -a" \
-mn="cd /mnt && ls -a" \
-bf="$EDITOR ~/.config/bmfiles" \
-bd="$EDITOR ~/.config/bmdirs" \
cfb="$EDITOR ~/.bashrc" \
cfa="$EDITOR ~/.config/aliasrc" \
cfz="$EDITOR ~/.zshrc" \
@@ -20,4 +17,3 @@ cfu="$EDITOR ~/.config/newsboat/urls" \
cfn="$EDITOR ~/.config/newsboat/config" \
cfmb="$EDITOR ~/.config/ncmpcpp/bindings" \
cfmc="$EDITOR ~/.config/ncmpcpp/config" \
-cfk="$EDITOR ~/.config/sxhkd/sxhkdrc" \