Merge branch 'dev' of github.com:ksyasuda/SudacodeRice into dev

This commit is contained in:
ksyasuda 2021-11-08 10:30:15 -08:00
commit 2cbb08284e
3 changed files with 5 additions and 12 deletions

View File

@ -2,7 +2,7 @@
type = custom/script
exec = rofi-bluetooth --status
interval = 2
click-left = ~/scripts/rofi-bluetooth
click-left = ~/SudacodeRice/scripts/rofi-bluetooth
click-right = blueman-manager
# format-foreground = #fc8353
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/
img=$(ls $DIR | shuf -n 1)
if [[ $# -gt 0 && $1 == "-v" ]]; then
echo $img
fi
feh --bg-scale $DIR$img
feh --bg-scale "$(find "$DIR" | shuf -n 1)"

View File

@ -299,7 +299,7 @@ show_menu() {
}
# Rofi command to pipe into, can add any options here
rofi_command="rofi -dmenu -p"
rofi_command="rofi -dmenu -config $HOME/SudacodeRice/rofi/dracula-4k.rasi -i -p"
case "$1" in
--status)