Pass changes
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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 "$@"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user