updtae bluetooth rofi confgig on laptop

This commit is contained in:
ksyasuda 2021-11-07 11:13:07 -08:00
parent 578337483b
commit e6c1b57a8b
2 changed files with 4 additions and 11 deletions

View File

@ -2,7 +2,7 @@
type = custom/script type = custom/script
exec = rofi-bluetooth --status exec = rofi-bluetooth --status
interval = 2 interval = 2
click-left = ~/scripts/rofi-bluetooth click-left = ~/SudacodeRice/scripts/rofi-bluetooth
click-right = blueman-manager click-right = blueman-manager
# format-foreground = #fc8353 # format-foreground = #fc8353
format-foreground = #A8D385 format-foreground = #A8D385

View File

@ -1,13 +1,6 @@
#!/bin/sh #!/usr/bin/env bash
# set -Eeuo pipefail set -Eeuo pipefail
DIR=/home/sudacode/Pictures/wallpapers/ DIR=/home/sudacode/Pictures/wallpapers/
feh --bg-scale "$(find "$DIR" | shuf -n 1)"
img=$(ls $DIR | shuf -n 1)
if [[ $# -gt 0 && $1 == "-v" ]]; then
echo $img
fi
feh --bg-scale $DIR$img