background selector

This commit is contained in:
spinach 2023-02-25 16:21:53 -05:00
parent b45b9b911e
commit 02575d1178
2 changed files with 1 additions and 4 deletions

View File

@ -12,4 +12,5 @@ theme='dropdown-text'
## Run ## Run
rofi \ rofi \
-dmenu \ -dmenu \
-p "$1" \
-theme ${dir}/${theme}.rasi -theme ${dir}/${theme}.rasi

View File

@ -1,9 +1,5 @@
/*****----- Configuration -----*****/ /*****----- Configuration -----*****/
configuration {
show-icons: true;
display-dmenu: "";
}
/*****----- Global Properties -----*****/ /*****----- Global Properties -----*****/
@import "../shared/colors.rasi" @import "../shared/colors.rasi"