aboutsummaryrefslogtreecommitdiff
path: root/dwm/.dwm/bar/bar.sh
diff options
context:
space:
mode:
authorAnInternetTroll <lucafulger@gmail.com>2022-05-07 21:35:28 +0000
committerAnInternetTroll <lucafulger@gmail.com>2022-05-07 21:35:28 +0000
commit6beb7d245f50870eba00ce07ee21d04d8bf65bae (patch)
tree2584b7f526b87e2a363250f83994d762ce9978a1 /dwm/.dwm/bar/bar.sh
parentfb65ac6332271a9101e01741905218ab5cc92efc (diff)
downloaddotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar
dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.gz
dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.bz2
dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.lz
dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.xz
dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.tar.zst
dotfiles-6beb7d245f50870eba00ce07ee21d04d8bf65bae.zip
Add more themes from siduck
Diffstat (limited to '')
-rwxr-xr-xdwm/.dwm/bar/bar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm/.dwm/bar/bar.sh b/dwm/.dwm/bar/bar.sh
index 6dafda4..796453c 100755
--- a/dwm/.dwm/bar/bar.sh
+++ b/dwm/.dwm/bar/bar.sh
@@ -9,7 +9,7 @@ interval=0
SYMLINKDIR=$(readlink -f "$0")
BASEDIR=$(dirname "$SYMLINKDIR")
# load colors!
-. $BASEDIR/themes/onedark
+. $BASEDIR/themes/dracula
cpu() {
cpu_val=$(grep -o "^[^ ]*" /proc/loadavg)