Pass changes

This commit is contained in:
marc
2023-02-12 17:27:21 +01:00
parent 3aa810d7b3
commit 9292866a87
2 changed files with 4 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ mainbox {
border-radius: 0px; border-radius: 0px;
border-color: @selected; border-color: @selected;
background-color: transparent; background-color: transparent;
children: [ "inputbar", "listview" ]; children: [ "message", "inputbar", "listview" ];
} }
message { message {
enabled: true; enabled: true;

View File

@@ -17,6 +17,9 @@ in
hm.programs.rofi.pass = { hm.programs.rofi.pass = {
enable = true; enable = true;
extraConfig = '' extraConfig = ''
default_user="sastrey@gmail.com"
default_user2="marc"
_rofi () { _rofi () {
rofi -i -no-auto-select -theme /home/marc/.config/rofi/menus/pass/pass.rasi "$@" rofi -i -no-auto-select -theme /home/marc/.config/rofi/menus/pass/pass.rasi "$@"
} }