diff options
Diffstat (limited to 'dwm/.dwm/bar/bar.sh')
-rwxr-xr-x | dwm/.dwm/bar/bar.sh | 2 |
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) |