update
This commit is contained in:
parent
25424d7f0b
commit
7e94345dd4
14
config.ini
14
config.ini
|
|
@ -1,16 +1,16 @@
|
||||||
[dmenu]
|
[dmenu]
|
||||||
dmenu_command = dmenu -i -l 10 -fn SourceSerifPro:size=12:weight=SemiBold -nb #272727 -nf #777777 -sb #272727 -sf #cc0000
|
dmenu_command = rofi -dmenu
|
||||||
|
# -i -l 10 -font "Source Serif Pro SemiBold 12" -theme-str 'window { background-color: #272727; } mainbox { background-color: #272727; } listview { background-color: #272727; } element { background-color: #272727; } element-text { text-color: 777777; } element selected { background-color: #272727; } element-text selected { text-color: #cc0000; } entry { text-color: #777777; } prompt { text-color: #777777; }'
|
||||||
|
|
||||||
[dmenu_passphrase]
|
[dmenu_passphrase]
|
||||||
nb = #a60000
|
# nb = #a60000
|
||||||
nf = #a60000
|
# nf = #a60000
|
||||||
rofi_obscure = True
|
obscure = True
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
type_library=xdotool
|
type_library=wtype
|
||||||
database_1 = ~/.Syncthing/Pass/Passwords.kdbx
|
database_1 = ~/.Syncthing/Pass/Passwords.kdbx
|
||||||
database_2 = ~/.Syncthing/Pass/PasswordsClient.kdbx
|
database_2 = ~/.Syncthing/Pass/PasswordsClient.kdbx
|
||||||
keyfile_1 =
|
keyfile_1 =
|
||||||
pw_cache_period_min = 360
|
pw_cache_period_min = 360
|
||||||
autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
|
autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue