polybar:launch.sh: Fix typo

This commit is contained in:
2020-11-02 23:26:26 +01:00
parent 62cd1d5b1f
commit d8222a861a

View File

@@ -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}"