diff --git a/.config/polybar/launch.sh b/.config/polybar/launch.sh index fa49cd1..9e3a2b8 100755 --- a/.config/polybar/launch.sh +++ b/.config/polybar/launch.sh @@ -8,7 +8,7 @@ declare -A module_flags module_flags=( [battery]="$BASE_DIR/scripts/battery.sh" [bluetooth]="$BASE_DIR/scripts/bluetooth.sh" - [bluetooth_click_left]="$BASE/scripts/bluetooth.sh --toggle &" + [bluetooth_click_left]="$BASE_DIR/scripts/bluetooth.sh --toggle &" [datetime]="%{A1:$calendar_exec:} %date% - %time% %{A}" [media]="$BASE_DIR/scripts/media.sh" [powermenu]="%{A1:$XDG_CONF/rofi/powermenu.sh &:}%{T2}...%{T-}%{A}"