Fixes in wifi and rofi-pass

This commit is contained in:
marc
2023-10-13 18:34:18 +02:00
parent b72477414f
commit 8b641e5614
2 changed files with 4 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ inputbar {
textbox-prompt-colon {
enabled: true;
expand: false;
str: "";
str: "󰖩";
background-color: inherit;
text-color: inherit;
}

View File

@@ -20,6 +20,9 @@ in
default_user="sastrey@gmail.com"
default_user2="marc"
# Random value, see https://github.com/carnager/rofi-pass/issues/226
help_color="#4872FF"
_rofi () {
rofi -i -no-auto-select -theme /home/marc/.config/rofi/menus/pass/pass.rasi "$@"
}