diff options
author | AnInternetTroll <lucafulger@gmail.com> | 2022-05-07 21:35:28 +0000 |
---|---|---|
committer | AnInternetTroll <lucafulger@gmail.com> | 2022-05-07 21:35:28 +0000 |
commit | 6beb7d245f50870eba00ce07ee21d04d8bf65bae (patch) | |
tree | 2584b7f526b87e2a363250f83994d762ce9978a1 /dwm/.dwm | |
parent | fb65ac6332271a9101e01741905218ab5cc92efc (diff) | |
download | dotfiles-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 'dwm/.dwm')
-rwxr-xr-x | dwm/.dwm/bar/bar.sh | 2 | ||||
-rwxr-xr-x | dwm/.dwm/bar/themes/dracula | 8 |
2 files changed, 5 insertions, 5 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) diff --git a/dwm/.dwm/bar/themes/dracula b/dwm/.dwm/bar/themes/dracula index 086b154..ea2b4f4 100755 --- a/dwm/.dwm/bar/themes/dracula +++ b/dwm/.dwm/bar/themes/dracula @@ -2,10 +2,10 @@ # colors -black=#282a36 +black=#21222c green=#50fa7b white=#f8f8f2 -grey=#44475a -blue=#bd93f9 +grey=#282a36 +blue=#d6acff red=#ff5555 -darkblue=#6272a4 +darkblue=#bd93f9 |