Added rofi wifi menu

This commit is contained in:
marc
2022-11-21 20:26:18 +01:00
parent 05ab00e134
commit b907606818
9 changed files with 259 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env bash
# __ _ _ _ _ _ _
# _ __ ___ / _(_) | |__ | |_ _ ___| |_ ___ ___ | |_| |__
# | '__/ _ \| |_| |_____| '_ \| | | | |/ _ \ __/ _ \ / _ \| __| '_ \
@@ -17,14 +17,17 @@
# Arch repositories: rofi, bluez-utils (contains bluetoothctl)
# Constants
divider="---------"
divider=""
goback="Back"
# For debugging/development purposes
# PREFIX=projects/samfelag/config/
# Rofi command to pipe into, can add any options here
dir="$HOME/.config/rofi/bluetooth/"
dir="$HOME/$PREFIX.config/rofi/bluetooth/"
theme='bluetooth'
rofi_command="rofi -dmenu -no-fixed-num-lines -theme ${dir}/${theme}.rasi -i -p"
rofi_command="rofi -dmenu -theme ${dir}/${theme}.rasi -i -p"
# rofi -dmenu \
# -theme ${dir}/${theme}.rasi