From 6beb7d245f50870eba00ce07ee21d04d8bf65bae Mon Sep 17 00:00:00 2001 From: AnInternetTroll Date: Sat, 7 May 2022 23:35:28 +0200 Subject: Add more themes from siduck --- dwm/.dwm/bar/bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm/.dwm/bar/bar.sh') 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) -- cgit v1.2.3