polybar:launch.sh: Fix typo
This commit is contained in:
@@ -8,7 +8,7 @@ declare -A module_flags
|
|||||||
module_flags=(
|
module_flags=(
|
||||||
[battery]="$BASE_DIR/scripts/battery.sh"
|
[battery]="$BASE_DIR/scripts/battery.sh"
|
||||||
[bluetooth]="$BASE_DIR/scripts/bluetooth.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}"
|
[datetime]="%{A1:$calendar_exec:} %date% - %time% %{A}"
|
||||||
[media]="$BASE_DIR/scripts/media.sh"
|
[media]="$BASE_DIR/scripts/media.sh"
|
||||||
[powermenu]="%{A1:$XDG_CONF/rofi/powermenu.sh &:}%{T2}...%{T-}%{A}"
|
[powermenu]="%{A1:$XDG_CONF/rofi/powermenu.sh &:}%{T2}...%{T-}%{A}"
|
||||||
|
|||||||
Reference in New Issue
Block a user