Actual final build before release

This commit is contained in:
coolnsx
2024-02-09 17:21:56 +05:30
parent b9da99d131
commit e9b41a7e21
11 changed files with 49 additions and 54 deletions

View File

@@ -16,7 +16,7 @@ setup_dual_monitor() {
handle_it() {
[ -z "$1" ] || notify-send "$1"
choice=$(printf "Mirror\nExtend" | bemenu --fn 'Roboto 15' -i -c -W 0.2 -B 3 -l 20 -p "what to do??: " -m 1)
choice=$(printf "Mirror\nExtend" | bemenu --fn 'Roboto 15' -i -c -W 0.2 -B 3 -l 20 -p "what to do??: " -m 1 --bdr="#$GLOBAL_ACCENT" --tf="#$GLOBAL_ACCENT" --hf="#$GLOBAL_ACCENT")
[ -z "$choice" ] && return 0
notify-send "${choice}ing screen"
if [ "$choice" = "Extend" ]; then