mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
Merge branch 'dev' of github.com:ksyasuda/SudacodeRice into dev
This commit is contained in:
commit
2cbb08284e
@ -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
|
||||
|
@ -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)"
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user