Mur7z / BspwmDots

13 stars 1 forks source link

What is the forest directory ? #1

Closed yugonline closed 3 years ago

yugonline commented 3 years ago

Hey I realized you have forest directory mentioned at these places

./launch.sh:5:DIR="$HOME/.config/polybar/forest"
./scripts/styles.sh:4:PFILE="$HOME/.config/polybar/forest/colors.ini"
./scripts/styles.sh:5:RFILE="$HOME/.config/polybar/forest/scripts/rofi/colors.rasi"
./scripts/style-switch.sh:3:SDIR="$HOME/.config/polybar/forest/scripts"
./scripts/powermenu.sh:8:dir="~/.config/polybar/forest/scripts/rofi"
./scripts/launcher.sh:3:FILE="$HOME/.config/polybar/forest/scripts/rofi/colors.rasi"
./scripts/launcher.sh:13:rofi -no-config -no-lazy-grab -show drun -modi drun -theme ~/.config/polybar/forest/scripts/rofi/launcher.rasi
./config.ini:26:include-file = ~/.config/polybar/forest/bars.ini
./config.ini:27:include-file = ~/.config/polybar/forest/colors.ini
./config.ini:28:include-file = ~/.config/polybar/forest/modules.ini
./config.ini:29:include-file = ~/.config/polybar/forest/user_modules.ini
./user_modules.ini:16:exec = ~/.config/polybar/forest/scripts/updates.sh
./user_modules.ini:72:click-left = ~/.config/polybar/forest/scripts/launcher.sh &
./user_modules.ini:73:;;click-middle = ~/.config/polybar/forest/scripts/launcher-full
./user_modules.ini:74:click-right = ~/.config/polybar/forest/scripts/style-switch.sh &
./user_modules.ini:77:;;scroll-up = ~/.config/polybar/forest/scripts/launcher.sh &
./user_modules.ini:78:;;scroll-down = ~/.config/polybar/forest/scripts/color-switch.sh &
./user_modules.ini:88:click-left = ~/.config/polybar/forest/scripts/powermenu.sh &
./user_modules.ini:98:click-left = ~/.config/polybar/forest/scripts/style-switch.sh &
./user_modules.ini:214:menu-0-0-exec = ~/.config/polybar/forest/scripts/launcher.sh &

wanted to understand what is this specifically for ? the dot files do not include such a directory.

yugonline commented 3 years ago

sorry about this. I didn't know you had to also install forest theme from polybar-theme I thought this config is the theme lol thanks for these dots!! I am currently using them and your configs helped a lot!! Just switched to bspwm recently and loving it so far.